Update cloudbuild.yaml

This commit is contained in:
acmexii
2020-04-14 14:39:46 +09:00
committed by GitHub
parent b4c1242e7b
commit 324466b787

View File

@@ -11,8 +11,8 @@ steps:
name: 'gcr.io/cloud-builders/mvn' name: 'gcr.io/cloud-builders/mvn'
args: [ args: [
'clean', 'clean',
'package' 'package',
# '-Dmaven.test.skip=true' '-Dmaven.test.skip=true'
] ]
# waitFor: ['test'] # waitFor: ['test']
### docker Build ### docker Build
@@ -102,4 +102,4 @@ options:
env: env:
# # location/name of GKE cluster (used by all kubectl commands) # # location/name of GKE cluster (used by all kubectl commands)
- CLOUDSDK_COMPUTE_ZONE=asia-northeast1-a - CLOUDSDK_COMPUTE_ZONE=asia-northeast1-a
- CLOUDSDK_CONTAINER_CLUSTER=cluster-1 - CLOUDSDK_CONTAINER_CLUSTER=cluster-1