Enable cloudbuild dev site to fix local cloud build error (#219)

This commit is contained in:
yfei1
2019-04-17 16:17:01 -07:00
committed by Jeremy Edwards
parent 09b727b555
commit 5333ef2092

View File

@ -133,13 +133,13 @@ steps:
args: ['make', 'site-test']
waitFor: ['Build: Website']
#- id: 'Deploy: Website'
# name: open-match-build
# args: ['make', '_GCB_POST_SUBMIT=${_GCB_POST_SUBMIT}', VERSION_SUFFIX=$SHORT_SHA', 'ci-deploy-dev-site']
# waitFor: ['Test: Website', 'Build: Binaries']
# volumes:
# - name: 'go-vol'
# path: '/go'
- id: 'Deploy: Website'
name: open-match-build
args: ['make', '_GCB_POST_SUBMIT=${_GCB_POST_SUBMIT}', VERSION_SUFFIX=$SHORT_SHA', 'ci-deploy-dev-site']
waitFor: ['Test: Website', 'Build: Binaries']
volumes:
- name: 'go-vol'
path: '/go'
#- id: 'Deploy: Create Cluster'
# name: open-match-build