mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-10 23:41:27 +00:00
修改gitlab-ci
This commit is contained in:
@@ -1,18 +1,10 @@
|
|||||||
stages:
|
image: lholota/bash-git
|
||||||
- pack
|
|
||||||
- deploy
|
|
||||||
|
|
||||||
pack:
|
stages:
|
||||||
stage: pack
|
- deploy
|
||||||
only:
|
|
||||||
- dev
|
|
||||||
script:
|
|
||||||
- bash ./tools/gitsync.sh pack
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
only:
|
|
||||||
- dev
|
|
||||||
script:
|
script:
|
||||||
- bash ./tools/gitsync.sh deploy mbfiles dev ${GL_REF}/monlor/mbfiles.git
|
- bash -e ./tools/gitsync.sh pack
|
||||||
|
- bash -e ./tools/gitsync.sh deploy mbfiles ${CI_COMMIT_REF_NAME} ${GL_REF}/monlor/mbfiles.git
|
||||||
|
|||||||
Reference in New Issue
Block a user