Skip to content

Commit

Permalink
backout temp changes
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <[email protected]>
  • Loading branch information
bobcallaway committed Oct 30, 2024
1 parent d114d57 commit 2288676
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions e2e-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ docker build -t gcp-pubsub-emulator -f Dockerfile.pubsub-emulator .
docker kill $(docker ps -q) || true

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

echo "building CLI and server"
# set the path to the root of the repo
Expand Down Expand Up @@ -70,7 +70,6 @@ if ${docker_compose} logs --no-color | grep -q "panic: runtime error:" ; then
exit 1
fi

exit 0
echo "generating code coverage"
${docker_compose} restart rekor-server

Expand Down

0 comments on commit 2288676

Please sign in to comment.