You've already forked postgres_exporter
mirror of
https://github.com/prometheus-community/postgres_exporter.git
synced 2025-12-24 04:40:59 +03:00
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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user