We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7b9b8 commit f76841cCopy full SHA for f76841c
build.sh
@@ -3,6 +3,9 @@
3
# Prevents script from running if there are any errors
4
set -e
5
6
+# Timestamp for logs
7
+echo "$(date)"
8
+
9
# Update
10
git pull origin master
11
generate.sh
@@ -3,7 +3,5 @@
-echo "$(date)"
-
# Generate the files
-pypinfo --test --json --limit 500 --days 365 "" project > top-pypi-packages.json
+/usr/local/bin/pypinfo --test --json --limit 500 --days 365 "" project > top-pypi-packages.json
0 commit comments