Skip to content

Commit

Permalink
--promote on development site (#819)
Browse files Browse the repository at this point in the history
Otherwise we can't delete a very old preview version, since it's
the default version.
  • Loading branch information
markmandel committed Jun 11, 2019
1 parent 8c934b6 commit 66ad81a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ steps:
waitFor:
- site-gopath
dir: "go/src/site"
args: ["app", "deploy", ".app.yaml", "--no-promote", "--version=$SHORT_SHA"]
args: ["app", "deploy", ".app.yaml", "--promote", "--version=$SHORT_SHA"]
env:
- GOPATH=/workspace/go

Expand Down

0 comments on commit 66ad81a

Please sign in to comment.