Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Fix wait scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
gdbelvin committed Jan 16, 2020
1 parent eac808e commit be3f4f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/docker-compose_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ docker-compose build --parallel
# docker swarm init
docker stack deploy -c docker-compose.yml -c docker-compose.prod.yml kt
trap "docker stack rm kt" INT EXIT
./scripts/docker-stack-wait.sh -t 180 -n sequencer kt
docker run -t --network kt_attachable gcr.io/key-transparency/init:${TRAVIS_COMMIT} sequencer:8080 -- curl -k -X POST https://sequencer:8080/v1/directories -d'{"directory_id":"default","min_interval":"1s","max_interval":"60s"}'
./scripts/docker-stack-wait.sh -t 180 kt

Expand Down

0 comments on commit be3f4f6

Please sign in to comment.