Change build file to use latest infrastructure repo
This commit is contained in:
parent
2d73675c07
commit
e5c058b9bb
|
@ -5,7 +5,7 @@ steps:
|
||||||
args:
|
args:
|
||||||
- clone
|
- clone
|
||||||
- --depth=1
|
- --depth=1
|
||||||
- https://github.com/StratusNetwork/docker.git
|
- https://github.com/Electroid/infrastructure.git
|
||||||
- id: m2-download
|
- id: m2-download
|
||||||
name: gcr.io/cloud-builders/gsutil
|
name: gcr.io/cloud-builders/gsutil
|
||||||
args:
|
args:
|
||||||
|
@ -37,4 +37,4 @@ steps:
|
||||||
- --async
|
- --async
|
||||||
- --no-source
|
- --no-source
|
||||||
- --substitutions=_BRANCH=$BRANCH_NAME,_VERSION=$_VERSION,_SPORTBUKKIT_VERSION=$_SPORTBUKKIT_VERSION,_BUNGEECORD_VERSION=$_BUNGEECORD_VERSION
|
- --substitutions=_BRANCH=$BRANCH_NAME,_VERSION=$_VERSION,_SPORTBUKKIT_VERSION=$_SPORTBUKKIT_VERSION,_BUNGEECORD_VERSION=$_BUNGEECORD_VERSION
|
||||||
- --config=docker/build.yml
|
- --config=infrastructure/docker/minecraft/build.yml
|
||||||
|
|
Loading…
Reference in New Issue