Change build file to use latest infrastructure repo
This commit is contained in:
parent
2d73675c07
commit
e5c058b9bb
|
@ -5,7 +5,7 @@ steps:
|
|||
args:
|
||||
- clone
|
||||
- --depth=1
|
||||
- https://github.com/StratusNetwork/docker.git
|
||||
- https://github.com/Electroid/infrastructure.git
|
||||
- id: m2-download
|
||||
name: gcr.io/cloud-builders/gsutil
|
||||
args:
|
||||
|
@ -37,4 +37,4 @@ steps:
|
|||
- --async
|
||||
- --no-source
|
||||
- --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