Added stages to ci

This commit is contained in:
Jeremy Smitherman 2019-03-20 19:28:04 +00:00
parent eb2c42f5f3
commit e88c32ee9a

View File

@ -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: