From ec5e556897dc0c475a75237ffb73747b2d3beb5f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Wed, 31 Jul 2019 02:53:23 +0200 Subject: [PATCH] add initial datapack --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 88781ab..75db515 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -13,6 +13,7 @@ build: - find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../out/{} .' - cd ../resourcepack + - mkdir -p ../resourcepack-out - zip -r ../resourcepack-out/resourcepack . artifacts: paths: