Only run for master from now on

This commit is contained in:
Jean-Paul Calderone 2019-09-13 13:10:02 -04:00
parent 9c5dce3cc8
commit 32492ec28a

View File

@ -3,10 +3,10 @@
set -x
set -eo pipefail
# if [ "${CIRCLE_BRANCH}" != "master" ]; then
# echo "Declining to update dependency graph for non-master build."
# exit 0
# fi
if [ "${CIRCLE_BRANCH}" != "master" ]; then
echo "Declining to update dependency graph for non-master build."
exit 0
fi
TAHOE="${PWD}"
git clone -b gh-pages git@github.com:tahoe-lafs/tahoe-depgraph.git