remove tests

This commit is contained in:
ILoveYaToo 2021-01-28 22:46:52 -05:00
parent c659325267
commit fd478c3a8d

View File

@ -22,7 +22,6 @@ blocks:
- cd ubuntu - cd ubuntu
- artifact pull workflow postal-ubuntu-container.tar - artifact pull workflow postal-ubuntu-container.tar
- docker load -i postal-ubuntu-container.tar - docker load -i postal-ubuntu-container.tar
- cp tests/docker-compose.yml docker-compose.yml
- docker-compose up -d - docker-compose up -d
- for i in {1..20}; do if [[ $(docker inspect postal | jq -r '.[].State.Health.Status') == "healthy" ]]; then break; elif [[ $i -eq 20 ]]; then exit 1; else sleep 15; fi; done; - for i in {1..20}; do if [[ $(docker inspect postal | jq -r '.[].State.Health.Status') == "healthy" ]]; then break; elif [[ $i -eq 20 ]]; then exit 1; else sleep 15; fi; done;
promotions: promotions: