mirror of
https://gitlab.com/mangadex-pub/mangadex_at_home.git
synced 2024-01-19 02:48:37 +00:00
Update .gitlab-ci.yml
Includes new .yaml-style config sample in the ZIP archive
This commit is contained in:
parent
f62eb0db00
commit
fe0fd429c3
|
@ -28,7 +28,7 @@ publish:
|
||||||
- export VERSION="$CI_COMMIT_REF_NAME"
|
- export VERSION="$CI_COMMIT_REF_NAME"
|
||||||
script:
|
script:
|
||||||
- cp build/libs/mangadex_at_home-${VERSION}-all.jar ./
|
- cp build/libs/mangadex_at_home-${VERSION}-all.jar ./
|
||||||
- zip -r9 mangadex_at_home-${VERSION}.zip mangadex_at_home-${VERSION}-all.jar settings.sample.json
|
- zip -r9 mangadex_at_home-${VERSION}.zip mangadex_at_home-${VERSION}-all.jar settings.sample.yaml
|
||||||
dependencies:
|
dependencies:
|
||||||
- build
|
- build
|
||||||
artifacts:
|
artifacts:
|
||||||
|
|
Loading…
Reference in a new issue