From ac0c821a90fec3861c4397a76465c3e55c114efa Mon Sep 17 00:00:00 2001 From: Ashcon Partovi Date: Thu, 17 May 2018 20:02:13 -0700 Subject: [PATCH] Update cloud build script --- build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.yml b/build.yml index db1a6a8..2339624 100644 --- a/build.yml +++ b/build.yml @@ -37,5 +37,5 @@ steps: - submit - --async - --no-source - - --substitutions=_BRANCH=$BRANCH_NAME,_VERSION=$_VERSION,_SPORTBUKKIT_VERSION=$_SPORTBUKKIT_VERSION,_BUNGEECORD_VERSION=$_BUNGEECORD_VERSION - - --config=docker/minecraft/build.yml + - --substitutions=_BRANCH=$BRANCH_NAME,_VERSION=$_VERSION,_BUKKIT_VERSION=$_BUKKIT_VERSION,_BUNGEE_VERSION=$_BUNGEE_VERSION + - --config=models/minecraft/build.yml