We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be943c3 commit 56335b4Copy full SHA for 56335b4
services/horizon/docker/verify-range/start
@@ -13,7 +13,6 @@ cleanup() {
13
# files can be significatn GB's in size and in a cloud batch environment
14
# we don't want to keep them around after the job is done, i.e. pay for that space still.
15
sudo -u postgres --preserve-env=PGDATA /usr/lib/postgresql/14/bin/pg_ctl stop -D "$PGDATA"
16
- sudo chattr -R -i -a "$CONTAINER_WORKING_DIR"
17
if [ -d "$CONTAINER_WORKING_DIR" ]; then
18
sudo rm -rf "$CONTAINER_WORKING_DIR"
19
echo "Purged working data files from $CONTAINER_WORKING_DIR"
0 commit comments