[ci] remove trigger-coverity.sh
hopefully not needed, we are submitting it in a bot
This commit is contained in:
parent
a22e6de0e9
commit
ace202e17e
|
@ -1,11 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
set -x
|
||||
set -o errexit -o nounset
|
||||
|
||||
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"
|
||||
git push -q upstream master:coverity_scan
|
Loading…
Reference in New Issue