Skip to content

Commit 154cffe

Browse files
author
ben honda
committed
remove sentry-cli from dockerfile
1 parent 2269469 commit 154cffe

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

backwork/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN echo 'http://dl-3.alpinelinux.org/alpine/edge/community' >> /etc/apk/reposit
2424
ncurses \
2525
zlib
2626

27-
RUN curl -sL https://sentry.io/get-cli/ | bash
27+
# RUN curl -sL https://sentry.io/get-cli/ | bash
2828

2929
##########
3030
# Backwork

backwork/docker-entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,8 @@ main() {
306306
back_up_postgresql
307307
else
308308
log "Error: Not Enough Local Storage Space For Backup"
309-
sentry-cli send-event -m "Not Enough Local Storage Space For Backup, available space ${available_space_g} GB, minimum free space: ${MINIMUM_FREE_SPACE} GB"
309+
# TODO: add sentry and HTTP notifier capability here
310+
# sentry-cli send-event -m "Not Enough Local Storage Space For Backup, available space ${available_space_g} GB, minimum free space: ${MINIMUM_FREE_SPACE} GB"
310311
exit 1
311312
fi
312313
}

0 commit comments

Comments
 (0)