Skip to content

Commit

Permalink
ci: Fix autorelease force all releases
Browse files Browse the repository at this point in the history
  • Loading branch information
amanda-tarafa committed Sep 5, 2023
1 parent 065a45e commit 1d82162
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .kokoro/autorelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,10 @@ rm -f DiscoveryJson/policysimulator_v1beta.json
# some environments, a second empty parameter is passed to
# BuildGenerated.sh and that makes it fail.
if [ "$FORCE_ALL" == "true" ]; then
maybe_force_all=" --forcegenerateall"
./BuildGenerated.sh --skipdownload --forcegenerateall
else
./BuildGenerated.sh --skipdownload
fi
./BuildGenerated.sh --skipdownload"$maybe_force_all"

# Push support and generated packages to nuget
shopt -s nullglob
Expand Down

0 comments on commit 1d82162

Please sign in to comment.