From e5c058b9bb76cf5cb384877258a7bf94fe52e197 Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Sun, 31 Dec 2017 02:03:04 -0700 Subject: [PATCH] Change build file to use latest infrastructure repo --- build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.yml b/build.yml index 4e0f7c8..295bccf 100644 --- a/build.yml +++ b/build.yml @@ -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