|
|
|
@ -9,11 +9,9 @@ variables: |
|
|
|
|
|
|
|
|
|
|
|
before_script: |
|
|
|
before_script: |
|
|
|
#- apk add docker-compose |
|
|
|
#- apk add docker-compose |
|
|
|
- apt-get update |
|
|
|
- scripts/subinstallers/docker.sh |
|
|
|
- apt install -y python python3-pip libffi-dev python-backports.ssl-match-hostname |
|
|
|
- scripts/subinstallers/gen_prod_env.sh "$MISTBORN_DEFAULT_PASSWORD" |
|
|
|
- pip3 install docker-compose |
|
|
|
- cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml |
|
|
|
- docker info |
|
|
|
|
|
|
|
- docker-compose --version |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
stages: |
|
|
|
stages: |
|
|
|
- test |
|
|
|
- test |
|
|
|
@ -37,7 +35,5 @@ stages: |
|
|
|
docker_build: |
|
|
|
docker_build: |
|
|
|
stage: test |
|
|
|
stage: test |
|
|
|
script: |
|
|
|
script: |
|
|
|
- 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 |
|
|
|
- docker-compose -f base.yml build |
|
|
|
|
|
|
|
|
|
|
|
|