Skip to content

Commit

Permalink
Merge pull request #1448 from fermyon/revert-1438-work-around-plugin-…
Browse files Browse the repository at this point in the history
…install-woe

Revert "Work around Cloud plugin install woe"
  • Loading branch information
vdice authored Dec 19, 2024
2 parents f004dd2 + c2f7c94 commit 38efab4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions downloads/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,6 @@ 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 38efab4

Please sign in to comment.