Simplify cloud builds

This commit is contained in:
Ashcon Partovi 2017-12-29 20:42:05 -07:00 committed by GitHub
parent c31401e79c
commit 5de12a4e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 11 deletions

View File

@ -6,15 +6,6 @@ steps:
- clone
- --depth=1
- https://github.com/StratusNetwork/docker.git
- id: ensure
name: gcr.io/cloud-builders/gsutil
args:
- -mq
- cp
- -r
- README.md
- gs://artifacts.$PROJECT_ID.appspot.com/artifacts/$BRANCH_NAME/$REPO_NAME
wait_for: ['-']
- id: m2-download
name: gcr.io/cloud-builders/gsutil
args:
@ -23,7 +14,6 @@ steps:
- -r
- gs://artifacts.$PROJECT_ID.appspot.com/artifacts/$BRANCH_NAME/.m2
- .
wait_for: ['-']
- id: maven
name: gcr.io/cloud-builders/mvn
args:
@ -35,7 +25,7 @@ steps:
args:
- -mq
- cp
- -rn
- -r
- .m2
- gs://artifacts.$PROJECT_ID.appspot.com/artifacts/$BRANCH_NAME
- id: docker-deploy