Change build file to use latest infrastructure repo

This commit is contained in:
Ashcon Partovi 2017-12-31 02:03:04 -07:00
parent 2d73675c07
commit e5c058b9bb
No known key found for this signature in database
GPG Key ID: 97468B9EF2123630
1 changed files with 2 additions and 2 deletions

View File

@ -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