|
|
|
@ -9,22 +9,25 @@ variables: |
|
|
|
stages: |
|
|
|
stages: |
|
|
|
- test |
|
|
|
- test |
|
|
|
|
|
|
|
|
|
|
|
include: |
|
|
|
#include: |
|
|
|
- template: Code-Quality.gitlab-ci.yml |
|
|
|
# - template: Code-Quality.gitlab-ci.yml |
|
|
|
|
|
|
|
|
|
|
|
install: |
|
|
|
install: |
|
|
|
stage: test |
|
|
|
stage: test |
|
|
|
image: ubuntu:18.04 |
|
|
|
image: ubuntu:18.04 |
|
|
|
|
|
|
|
before_script: |
|
|
|
|
|
|
|
- apt-get install -y sudo git |
|
|
|
script: |
|
|
|
script: |
|
|
|
- scripts/install.sh |
|
|
|
- scripts/install.sh |
|
|
|
|
|
|
|
|
|
|
|
docker_build: |
|
|
|
#docker_build: |
|
|
|
stage: test |
|
|
|
# stage: test |
|
|
|
script: |
|
|
|
# before_script: |
|
|
|
- apk add docker-compose |
|
|
|
# - apk add docker-compose |
|
|
|
- docker info |
|
|
|
# - docker info |
|
|
|
- docker-compose --version |
|
|
|
# - docker-compose --version |
|
|
|
- scripts/subinstallers/gen_prod_env.sh "default_password" |
|
|
|
# script: |
|
|
|
- cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml |
|
|
|
# - scripts/subinstallers/gen_prod_env.sh "default_password" |
|
|
|
- docker-compose -f base.yml build |
|
|
|
# - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml |
|
|
|
|
|
|
|
# - docker-compose -f base.yml build |
|
|
|
|
|
|
|
|
|
|
|
|