Skip to content

Commit

Permalink
start/stop pubsub
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Oct 15, 2023
1 parent 9ce9b6b commit 372eec6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ fi
rm -f /tmp/pkg-rekor-*.cov
echo "installing gocovmerge"
make gocovmerge

echo "building test-only containers"
docker build -t gcp-pubsub-emulator -f Dockerfile.pubsub-emulator .
docker kill $(docker ps -q) || true

echo "starting services"
${docker_compose} up -d --build

Expand Down

0 comments on commit 372eec6

Please sign in to comment.