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 27ebaa5 commit a9a3980Copy full SHA for a9a3980
.github/workflows/stackhpc-container-image-build.yml
@@ -171,7 +171,7 @@ jobs:
171
if ${{ inputs.push }} == 'true'; then
172
args="$args --push"
173
fi
174
- if [[ ${{ github.event.inputs.regexes }} == "" ]]; then
+ if [[ "${{ github.event.inputs.regexes }}" == "" ]]; then
175
args="$args -e kolla_build_neutron_ovs=true"
176
177
source venvs/kayobe/bin/activate &&
0 commit comments