gitlab-ci: further tests
This commit is contained in:
parent
729f15a010
commit
0a438f46f1
@ -12,7 +12,7 @@ Compile:
|
||||
stage: compiling
|
||||
script:
|
||||
- apt update
|
||||
- apt install -y npm
|
||||
- DEBIAN_FRONTEND="noninteractive" apt install -y npm
|
||||
- npm install
|
||||
- if [ "${CI_COMMIT_REF_NAME}" == "stable" ] ; then npm run build:prod ; fi
|
||||
- if [ "${CI_COMMIT_REF_NAME}" != "stable" ] ; then npm run build:nightly ; fi
|
||||
|
Loading…
Reference in New Issue
Block a user