remove tests
This commit is contained in:
parent
c659325267
commit
fd478c3a8d
|
@ -22,7 +22,6 @@ blocks:
|
|||
- cd ubuntu
|
||||
- artifact pull workflow postal-ubuntu-container.tar
|
||||
- docker load -i postal-ubuntu-container.tar
|
||||
- cp tests/docker-compose.yml docker-compose.yml
|
||||
- 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;
|
||||
promotions:
|
||||
|
|
Loading…
Reference in New Issue
Block a user