mirror of
https://github.com/monlor/MIXBOX-ARCHIVE.git
synced 2026-03-11 07:51:54 +00:00
修改gitlab-ci
This commit is contained in:
@@ -1,18 +1,10 @@
|
||||
stages:
|
||||
- pack
|
||||
- deploy
|
||||
image: lholota/bash-git
|
||||
|
||||
pack:
|
||||
stage: pack
|
||||
only:
|
||||
- dev
|
||||
script:
|
||||
- bash ./tools/gitsync.sh pack
|
||||
stages:
|
||||
- deploy
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
only:
|
||||
- dev
|
||||
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