diff --git a/build.yml b/build.yml index 295bccf..187db9d 100644 --- a/build.yml +++ b/build.yml @@ -6,6 +6,7 @@ steps: - clone - --depth=1 - https://github.com/Electroid/infrastructure.git + - . - id: m2-download name: gcr.io/cloud-builders/gsutil args: @@ -37,4 +38,4 @@ steps: - --async - --no-source - --substitutions=_BRANCH=$BRANCH_NAME,_VERSION=$_VERSION,_SPORTBUKKIT_VERSION=$_SPORTBUKKIT_VERSION,_BUNGEECORD_VERSION=$_BUNGEECORD_VERSION - - --config=infrastructure/docker/minecraft/build.yml + - --config=docker/minecraft/build.yml