forked from travis-ci/dpl
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove
docker_build
option for Google App Engine.
`docker_build` option has already been deprecated in gcloud v112.0.0 and removed in gcloud v114.0.0 If we keep this option, we will get this error messsage: ``` ERROR: (gcloud.preview.app.deploy) Docker builds now use Container Builder by default. To run a Docker build on your own host, you can run: docker build -t gcr.io/<project>/<service.version> . gcloud docker push gcr.io/<project>/<service.version> gcloud preview app deploy --image-url=gcr.io/<project>/<service.version> ```
- Loading branch information
shunyi
authored and
shunyi
committed
Jun 21, 2016
1 parent
135fda2
commit a3d4f51
Showing
3 changed files
with
1 addition
and
7 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