Skip to content

Commit

Permalink
fix(docker): don't hide Docker download progress
Browse files Browse the repository at this point in the history
  • Loading branch information
ericswpark committed Feb 9, 2024
1 parent f31051e commit c0eebf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
setlatest

# Check if version has been uploaded to GitHub Registry
if ! docker pull ghcr.io/shipperstack/shipper-server:${VERSION_TAG} > /dev/null ; then
if ! docker pull ghcr.io/shipperstack/shipper-server:${VERSION_TAG} ; then
echo "The version hasn't been published yet! Try running the updater later."
exit 1
fi
Expand Down

0 comments on commit c0eebf9

Please sign in to comment.