Fix reference error of queued build
This commit is contained in:
parent
9090ad2145
commit
5cfd94c5c2
|
@ -6,6 +6,7 @@ steps:
|
|||
- clone
|
||||
- --depth=1
|
||||
- https://github.com/Electroid/infrastructure.git
|
||||
- .
|
||||
- id: m2-download
|
||||
name: gcr.io/cloud-builders/gsutil
|
||||
args:
|
||||
|
@ -37,4 +38,4 @@ steps:
|
|||
- --async
|
||||
- --no-source
|
||||
- --substitutions=_BRANCH=$BRANCH_NAME,_VERSION=$_VERSION,_SPORTBUKKIT_VERSION=$_SPORTBUKKIT_VERSION,_BUNGEECORD_VERSION=$_BUNGEECORD_VERSION
|
||||
- --config=infrastructure/docker/minecraft/build.yml
|
||||
- --config=docker/minecraft/build.yml
|
||||
|
|
Loading…
Reference in New Issue