There was an error while loading. Please reload this page.
1 parent df09e63 commit ef43f30Copy full SHA for ef43f30
1 file changed
.github/workflows/promote_to_production.yml
@@ -39,7 +39,7 @@ jobs:
39
id: get_version_tag
40
run: |
41
TAG_LINE_NUMBER=$(($(grep -n "auroraprodacr.azurecr.io/robotics/flotilla-frontend" k8s_kustomize/overlays/staging/kustomization.yaml | cut --delimiter=":" --fields=1)+1))
42
- VERSION_TAG=$(sed -n "${TAG_LINE_NUMBER}p" k8s_kustomize/overlays/staging/kustomization.yaml | cut --delimiter=":" --fields=2)
+ VERSION_TAG=$(sed -n "${TAG_LINE_NUMBER}p" k8s_kustomize/overlays/staging/kustomization.yaml | cut --delimiter=":" --fields=2 | tr -d '[:space:]')
43
echo "tag=$VERSION_TAG" >> "$GITHUB_OUTPUT"
44
45
run_migrations:
0 commit comments