Skip to content

Commit

Permalink
Revert "Work around Cloud plugin install woe"
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice committed Dec 19, 2024
1 parent f004dd2 commit c2f7c94
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 c2f7c94

Please sign in to comment.