Skip to content

Commit

Permalink
nix(fix): Database cluster not cleaned up before artifact upload
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgangwalther authored and monacoremo committed Aug 15, 2021
1 parent 0511e99 commit 5874482
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nix/tools/withTools.nix
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ let
stop () {
log "Stopping the database cluster..."
pg_ctl stop -m i >> "$setuplog"
rm -rf "$tmpdir/db"
}
trap stop EXIT
Expand Down

0 comments on commit 5874482

Please sign in to comment.