Skip to content

Commit

Permalink
Merge pull request #3 from golift/dn2_nullglob-_on
Browse files Browse the repository at this point in the history
Update upload.sh
  • Loading branch information
davidnewhall authored Jul 3, 2023
2 parents baff4a6 + c6b9203 commit 4aa3951
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion upload.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

set -e
shopt -s nullglob

echo "Installing package cloud gem..."
sudo gem install --no-document package_cloud
Expand Down Expand Up @@ -56,4 +57,4 @@ else
if [ "${SOURCE##*.}" = "deb" ]; then DISTRIBUTIONS="${PACKAGECLOUD_DEB_DISTRIB}"; fi
PACKAGE_NAME="${SOURCE}"
upload_file
fi
fi

0 comments on commit 4aa3951

Please sign in to comment.