Fix migrating from devel version to devel version (#1890)

upgrading from devel version to devel version currently don't run migration because we chopped off the git sha
This commit is contained in:
Hao Liu
2024-06-05 14:10:51 -04:00
committed by GitHub
parent 9fa46bea43
commit a260ab6873

View File

@@ -24,7 +24,7 @@
- name: Sanitize instance version
set_fact:
version: "{{ version_check.stdout.split('+')[0] | trim }}"
version: "{{ version_check.stdout | replace('+', '-') | trim }}"
# It is possible to do a wait on this task to create the job and wait
# until it completes. Unfortunately, if the job doesn't wait finish within