Skip to content

Commit

Permalink
feat: update clean shell script to fail if any of the commands fail
Browse files Browse the repository at this point in the history
  • Loading branch information
id-ilych authored Sep 11, 2023
1 parent cdb6003 commit adbf9af
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pact_broker/clean.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/bin/sh

set -e

bundle exec rake pact_broker:db:clean
bundle exec rake pact_broker:db:delete_overwritten_data

0 comments on commit adbf9af

Please sign in to comment.