This commit is contained in:
Alec Höfler 2021-08-21 18:26:14 +02:00
parent 08f56295c4
commit d41b5f6890
No known key found for this signature in database
GPG key ID: C787A26BE275EF8A

View file

@ -1,5 +1,8 @@
build_linux: build_linux:
stage: build stage: build
tags:
- debian
- nodejs
script: script:
- 'npm install' - 'npm install'
- 'npm run css-prod' - 'npm run css-prod'
@ -9,6 +12,9 @@ build_linux:
- public - public
build_docker: build_docker:
stage: build stage: build
tags:
- debian
- bash
before_script: before_script:
- docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY - docker login -u "$CI_REGISTRY_USER" -p "$CI_REGISTRY_PASSWORD" $CI_REGISTRY
script: script: