mirror of
https://gitlab.com/hoggit/developers/hoggit.git
synced 2025-11-10 15:43:28 +00:00
Update .gitlab-ci.yml
This commit is contained in:
parent
e88c32ee9a
commit
7e67541894
@ -2,16 +2,13 @@ stages:
|
||||
- build
|
||||
- deploy
|
||||
|
||||
build:
|
||||
build_lua:
|
||||
stage: build
|
||||
script:
|
||||
- squish --uglify
|
||||
- ldoc $CI_PROJECT_DIR
|
||||
only:
|
||||
- master
|
||||
- tags
|
||||
|
||||
deploy:
|
||||
|
||||
deploy_lua:
|
||||
stage: deploy
|
||||
script:
|
||||
- python3 /opt/hoggit_releaser/releaser.py $CI_PROJECT_DIR $CI_COMMIT_REF_NAME
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user