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
1 changed files with 6 additions and 0 deletions

View File

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