-
Notifications
You must be signed in to change notification settings - Fork 205
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deploy: prune old App Engine versions for 2 more playgrounds
CL 398574 added a step to use versionprune and prune old versions of the gotip playground. Apply the same change to the other two for the same reason. Also switch from 'go install' to 'go run' to simplify the invocation, and use a single dash in flags as is canonical style for Go commands. While here, also improve consistency between these files: • apply the change in CL 480275 to deploy.json too • use 'sh' everywhere, instead of a mix of 'bash' and 'sh' • drop GO111MODULE=on since it's the default For golang/go#59303. Change-Id: I921e768d15743a7a93ece8a1f671eaa0ee2e328a Reviewed-on: https://go-review.googlesource.com/c/playground/+/555656 Reviewed-by: Robert Findley <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Run-TryBot: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
- Loading branch information
Showing
3 changed files
with
23 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters