Browse Source

Fixed ci

f/formular-aufnahmeantrag^2
Levin Faber 7 years ago
parent
commit
5aca92512f
No known key found for this signature in database
GPG Key ID: 315941FADE7D6FE0
  1. 9
      .gitlab-ci.yml

9
.gitlab-ci.yml

@ -1,9 +1,10 @@
stages:
- build
- build_docker
- build_frontend
build_frontend:
stage: build
stage: build_frontend
tags:
- docker
image: registry.gitlab.com/fia72-dev/eva_lernsituation/frontend-build
@ -29,7 +30,7 @@ build_frontend:
url: https://$DEPLOY_ENV_TARGET
build_docker_host:
stage: build
stage: build_docker
tags:
- docker-builder
before_script:
@ -51,7 +52,7 @@ build_docker_host:
- Docker/config/*
build_docker_builder:
stage: build
stage: build_docker
tags:
- docker-builder
before_script:

Loading…
Cancel
Save