From d146c95ecddce942a921859446fb379175d8ec9a Mon Sep 17 00:00:00 2001 From: Steven Foerster Date: Fri, 20 Mar 2020 22:30:38 -0400 Subject: [PATCH] test installer --- .gitlab-ci.yml | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2bcf77..bd12c38 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,22 +9,25 @@ variables: stages: - test -include: - - template: Code-Quality.gitlab-ci.yml +#include: +# - template: Code-Quality.gitlab-ci.yml install: stage: test image: ubuntu:18.04 + before_script: + - apt-get install -y sudo git script: - scripts/install.sh -docker_build: - stage: test - script: - - apk add docker-compose - - docker info - - docker-compose --version - - scripts/subinstallers/gen_prod_env.sh "default_password" - - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml - - docker-compose -f base.yml build +#docker_build: +# stage: test +# before_script: +# - apk add docker-compose +# - docker info +# - docker-compose --version +# script: +# - scripts/subinstallers/gen_prod_env.sh "default_password" +# - cp compose/production/traefik/traefik.toml.template compose/production/traefik/traefik.toml +# - docker-compose -f base.yml build