We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bacfab5 commit 93bab13Copy full SHA for 93bab13
scripts/download-semaphore.sh
@@ -2,6 +2,11 @@
2
3
set -e
4
5
+if [ "$TRAVIS" = true ] && [ -z "$GITHUB_API_TOKEN" ]; then
6
+ echo "Not running on external pull request"
7
+ exit 0;
8
+fi
9
+
10
target=semaphore
11
12
# Download the latest semaphore release for Travis
0 commit comments