Skip to content
Snippets Groups Projects
Unverified Commit 72446a5b authored by Will Rouesnel's avatar Will Rouesnel
Browse files

Don't fail builds when GIT_API_KEY is not available (on PRs).

We don't need GIT_API_KEY to clone the assets branch, so don't require it.
parent c9ba19e6
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -3,7 +3,6 @@
# GIT_API_KEY.
 
[ ! -z "$GIT_ASSETS_BRANCH" ] || exit 1
[ ! -z "$GIT_API_KEY" ] || exit 1
 
setup_git() {
git config --global user.email "travis@travis-ci.org" || exit 1
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment