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