|
|
|
@ -1,4 +1,4 @@ |
|
|
|
image: docker:latest |
|
|
|
image: docker:latest |
|
|
|
|
|
|
|
|
|
|
|
services: |
|
|
|
services: |
|
|
|
- docker:dind |
|
|
|
- docker:dind |
|
|
|
@ -10,14 +10,14 @@ variables: |
|
|
|
stages: |
|
|
|
stages: |
|
|
|
- test |
|
|
|
- test |
|
|
|
|
|
|
|
|
|
|
|
#include: |
|
|
|
include: |
|
|
|
# - template: Code-Quality.gitlab-ci.yml |
|
|
|
- template: Code-Quality.gitlab-ci.yml |
|
|
|
|
|
|
|
|
|
|
|
docker_build: |
|
|
|
docker_build: |
|
|
|
stage: test |
|
|
|
stage: test |
|
|
|
script: |
|
|
|
script: |
|
|
|
- apk add docker-compose |
|
|
|
- apk add docker-compose |
|
|
|
- scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD" |
|
|
|
- scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD" |
|
|
|
- cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml |
|
|
|
- cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml |
|
|
|
- docker-compose -f base.yml build |
|
|
|
- docker-compose -f base.yml build |
|
|
|
|
|
|
|
|
|
|
|
|