We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51e053d commit cb66cbdCopy full SHA for cb66cbd
top-pypi-packages.sh
@@ -1,5 +1,9 @@
1
#!/usr/bin/env bash
2
# To be run from cron
3
+
4
+# Prevents script from running if there are any errors
5
+set -e
6
7
cd ~/github/top-pypi-packages
8
./build.sh
9
./deploy.sh
0 commit comments