Skip to content

Commit

Permalink
Add update-provisioner to Jenkins flow (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
stg-0 authored Mar 5, 2024
1 parent 2422b0d commit 18259fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/package.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if [ -d "$DIR" ] || [ -r "$DIR"/cloud-provisioner]; then
tar czf "$DIR"/cloud-provisioner-${VERSION}.${EXTENSION} "$DIR"/cloud-provisioner

echo "Packaging upgrade-provisioner-$VERSION..."
tar czf "$DIR"/upgrade-provisioner-${VERSION}.${EXTENSION} "$DIR"/upgrade-provisioner
tar czf "$DIR"/upgrade-provisioner-${VERSION}.${EXTENSION} scripts/upgrade-provisioner.py
else
echo "Run 'make build' first"
exit 1
Expand Down

0 comments on commit 18259fa

Please sign in to comment.