Skip to content

Commit

Permalink
Update Gitpod command from gp await-port to gp ports await
Browse files Browse the repository at this point in the history
Reason: `gp await-port` is deprecated.
  • Loading branch information
felladrin committed Oct 22, 2022
1 parent 3090e1a commit eaa1687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitpod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ tasks:
(cd /tmp && brew install hashicorp/tap/terraform go-task/tap/go-task minio-mc)
go get -v -t -d ./...
task install
gp await-port 9000 && gp await-port 8080 && gp await-port 8000
gp ports await 9000 && gp ports await 8080 && gp ports await 8000
mc alias set local http://localhost:9000 minio minio123 && echo "MinIO Local Server Stats:" && mc admin info local
ports:
Expand Down

0 comments on commit eaa1687

Please sign in to comment.