remove unrequired touch
This commit is contained in:
parent
5df19e5051
commit
d76652a147
|
@ -33,7 +33,6 @@ test-docker-ubuntu:
|
||||||
stage: tests
|
stage: tests
|
||||||
script:
|
script:
|
||||||
- cd ubuntu
|
- cd ubuntu
|
||||||
- touch config/postal.yaml
|
|
||||||
- docker load -i postal-ubuntu-container.tar
|
- docker load -i postal-ubuntu-container.tar
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
- for i in {1..20}; do [ $(docker inspect postal | jq '.[].State.Health.Status') == "healthy" ] && break || sleep 15; done
|
- 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
|
stage: tests
|
||||||
script:
|
script:
|
||||||
- cd alpine
|
- cd alpine
|
||||||
- touch config/postal.yaml
|
|
||||||
- docker load -i postal-alpine-container.tar
|
- docker load -i postal-alpine-container.tar
|
||||||
- docker-compose up -d
|
- docker-compose up -d
|
||||||
- for i in {1..20}; do [ $(docker inspect postal | jq '.[].State.Health.Status') == "healthy" ] && break || sleep 15; done
|
- for i in {1..20}; do [ $(docker inspect postal | jq '.[].State.Health.Status') == "healthy" ] && break || sleep 15; done
|
||||||
|
|
Loading…
Reference in New Issue
Block a user