Skip to content

Commit 9772b7d

Browse files
committed
Set kolla_build_neutron_ovs to true if regex empty
1 parent 4837c8d commit 9772b7d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/stackhpc-container-image-build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ jobs:
171171
if ${{ inputs.push }} == 'true'; then
172172
args="$args --push"
173173
fi
174+
if [[ ${{ github.event.inputs.regexes }} == "" ]]; then
175+
args="$args -e kolla_build_neutron_ovs=true"
176+
fi
174177
source venvs/kayobe/bin/activate &&
175178
source src/kayobe-config/kayobe-env --environment ci-builder &&
176179
kayobe overcloud container image build $args

0 commit comments

Comments
 (0)