diff --git a/misc/python3/depgraph.sh b/misc/python3/depgraph.sh index 5d5c649dc..0d30ef5c3 100755 --- a/misc/python3/depgraph.sh +++ b/misc/python3/depgraph.sh @@ -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