Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-08-08 05:06:42 +00:00
parent 17e79f9a3d
commit a70bbbc77e
1 changed files with 0 additions and 4 deletions

View File

@ -12,13 +12,9 @@ build:datapacks:
- mkdir out
- 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:
- ./datapacks/out
- ./resourcepack-out
only:
changes:
- datapacks/**/*