mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Added stages to ci
This commit is contained in:
parent
eb2c42f5f3
commit
e88c32ee9a
@ -1,4 +1,9 @@
|
||||
stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
build:
|
||||
stage: build
|
||||
script:
|
||||
- squish --uglify
|
||||
- ldoc $CI_PROJECT_DIR
|
||||
@ -7,6 +12,7 @@ build:
|
||||
- tags
|
||||
|
||||
deploy:
|
||||
stage: deploy
|
||||
script:
|
||||
- python3 /opt/hoggit_releaser/releaser.py $CI_PROJECT_DIR $CI_COMMIT_REF_NAME
|
||||
only:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user