[ci] minor
This commit is contained in:
parent
a3e29fd38f
commit
5895fe3d4d
|
@ -3,10 +3,8 @@
|
|||
set -x
|
||||
set -o errexit -o nounset
|
||||
|
||||
if test "x$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi
|
||||
|
||||
BRANCH="$TRAVIS_BRANCH"
|
||||
if test "x$BRANCH" != xmaster; then exit; fi
|
||||
if test x"$TRAVIS_EVENT_TYPE" != x"cron"; then exit; fi
|
||||
if test x"$TRAVIS_BRANCH" != x"master"; then exit; fi
|
||||
|
||||
git fetch --unshallow
|
||||
git remote add upstream "https://$GH_TOKEN@github.com/harfbuzz/harfbuzz.git"
|
||||
|
|
Loading…
Reference in New Issue