From 5de12a4e8b102052fecb1c903e229a54defaa1f3 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Fri, 29 Dec 2017 20:42:05 -0700 Subject: [PATCH] Simplify cloud builds --- build.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/build.yml b/build.yml index 97aad2a..4e0f7c8 100644 --- a/build.yml +++ b/build.yml @@ -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