Update .gitlab-ci.yml
This commit is contained in:
parent
17e79f9a3d
commit
a70bbbc77e
|
@ -12,13 +12,9 @@ build:datapacks:
|
||||||
- mkdir out
|
- mkdir out
|
||||||
- find -maxdepth 1 -type d -not -name ".git" -not -name "out" -not -name "." | xargs -I '{}' sh -c 'cd {} && zip -r ../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:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- ./datapacks/out
|
- ./datapacks/out
|
||||||
- ./resourcepack-out
|
|
||||||
only:
|
only:
|
||||||
changes:
|
changes:
|
||||||
- datapacks/**/*
|
- datapacks/**/*
|
||||||
|
|
Loading…
Reference in New Issue