From d76652a14730ef2afaecb67457084bfa1e279be3 Mon Sep 17 00:00:00 2001 From: ILoveYaToo Date: Wed, 20 May 2020 00:17:29 -0400 Subject: [PATCH] remove unrequired touch --- .gitlab-ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 11d9a98..6569229 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -33,7 +33,6 @@ test-docker-ubuntu: stage: tests script: - cd ubuntu - - touch config/postal.yaml - docker load -i postal-ubuntu-container.tar - docker-compose up -d - for i in {1..20}; do [ $(docker inspect postal | jq '.[].State.Health.Status') == "healthy" ] && break || sleep 15; done @@ -45,7 +44,6 @@ test-docker-alpine: stage: tests script: - cd alpine - - touch config/postal.yaml - docker load -i postal-alpine-container.tar - docker-compose up -d - for i in {1..20}; do [ $(docker inspect postal | jq '.[].State.Health.Status') == "healthy" ] && break || sleep 15; done