Skip to content

Commit

Permalink
Merge pull request kubernetes-sigs#268 from CecileRobertMichon/pub-v0…
Browse files Browse the repository at this point in the history
….2.4

[CAPZ] Upddate pub to v0.2.4
  • Loading branch information
k8s-ci-robot authored Jun 26, 2020
2 parents f74a52f + ebe36af commit 49a1476
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion images/capi/packer/azure/scripts/new-disk-version.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ do
done

echo "Getting pub..."
(set -x ; curl -fsSL https://github.com/devigned/pub/releases/download/v0.2.3/pub_v0.2.3_linux_amd64.tar.gz -o pub; tar -xzf pub)
(set -x ; curl -fsSL https://github.com/devigned/pub/releases/download/v0.2.4/pub_v0.2.4_linux_amd64.tar.gz -o pub; tar -xzf pub)

echo "SKU publishing info:"
cat $SKU_INFO
Expand Down
2 changes: 1 addition & 1 deletion images/capi/packer/azure/scripts/new-sku.sh
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ cat sku.json

echo
echo "Getting pub..."
(set -x ; curl -fsSL https://github.com/devigned/pub/releases/download/v0.2.3/pub_v0.2.3_linux_amd64.tar.gz -o pub; tar -xzf pub)
(set -x ; curl -fsSL https://github.com/devigned/pub/releases/download/v0.2.4/pub_v0.2.4_linux_amd64.tar.gz -o pub; tar -xzf pub)

echo "Creating new SKU"
(set -x ; ./pub_linux_amd64 skus put -p $PUBLISHER -o "$OFFER" -f sku.json ; echo "")
Expand Down

0 comments on commit 49a1476

Please sign in to comment.