Skip to content

Commit ba6b849

Browse files
authored
Merge pull request DieterReuter#2 from lucashalbert/rpi4-buster
Re-enable GITHUB_OATH_TOKEN
2 parents d4da6ee + e435ed2 commit ba6b849

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

travis-build.sh

+4-4
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ if [ -z "$GITHUB_TOKEN" ]; then
1212
echo "ABORTING: env GITHUB_TOKEN is missing"
1313
exit 1
1414
fi
15-
#if [ -z "$GITHUB_OAUTH_TOKEN" ]; then
16-
# echo "ABORTING: env GITHUB_OAUTH_TOKEN is missing"
17-
# exit 1
18-
#fi
15+
if [ -z "$GITHUB_OAUTH_TOKEN" ]; then
16+
echo "ABORTING: env GITHUB_OAUTH_TOKEN is missing"
17+
exit 1
18+
fi
1919

2020
# verbose logging
2121
set -x

0 commit comments

Comments
 (0)