Update .gitlab-ci.yml
This commit is contained in:
parent
17e79f9a3d
commit
a70bbbc77e
|
@ -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/**/*
|
||||
|
|
Loading…
Reference in New Issue