Browse Source

code quality

merge-requests/8/head
Steven Foerster 6 years ago
parent
commit
f5346d382a
  1. 10
      .gitlab-ci.yml

10
.gitlab-ci.yml

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

Loading…
Cancel
Save