mirror of
https://github.com/googleforgames/open-match.git
synced 2025-03-25 13:24:18 +00:00
Enable cloudbuild dev site to fix local cloud build error (#219)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user