We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f393e3 commit be002eaCopy full SHA for be002ea
.github/workflows/fatimage.yml
@@ -74,7 +74,7 @@ jobs:
74
. venv/bin/activate
75
. environments/.stackhpc/activate
76
BRANCH=${{ github.ref_name }}
77
- BRANCH_VERSION=${BRANCH//\/-}
+ BRANCH_VERSION=${BRANCH//\//-} # replace '/' with '-' using bash parameter expansion
78
NIGHTLY_IMAGE_ID=$( \
79
openstack image show -c id -f value ${{ matrix.builds.source_image_name }}-${BRANCH_VERSION} || \
80
openstack image show -c id -f value ${{ matrix.builds.source_image_name }}-latest \
0 commit comments