Skip to content

Commit

Permalink
Merge pull request #1438 from itowlson/work-around-plugin-install-woe
Browse files Browse the repository at this point in the history
Work around Cloud plugin install woe
  • Loading branch information
itowlson authored Dec 4, 2024
2 parents 743c9a2 + 664d26b commit 5211df8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions downloads/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,8 @@ fancy_print 0 "Step 5: Installing default plugins"
if [[ $VERSION = "canary" ]]; then
./spin plugins install -u https://github.com/fermyon/cloud-plugin/releases/download/canary/cloud.json --yes
else
# Work around a bug where cloud plugin 0.10 registers as a downgrade from 0.9. Remove this after Spin 3.1
./spin plugins uninstall cloud
./spin plugins install cloud --yes
fi

Expand Down

0 comments on commit 5211df8

Please sign in to comment.