mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Only run for master from now on
This commit is contained in:
parent
9c5dce3cc8
commit
32492ec28a
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user