gitlab-ci: further tests

This commit is contained in:
Jonas Heinrich 2020-10-13 11:59:05 +02:00
parent 729f15a010
commit 0a438f46f1

View File

@ -12,7 +12,7 @@ Compile:
stage: compiling stage: compiling
script: script:
- apt update - apt update
- apt install -y npm - DEBIAN_FRONTEND="noninteractive" 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