Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ default:

.gitlab_base_ref_params: &gitlab_base_ref_params
- |
if [[ ! $CI_COMMIT_BRANCH =~ ^(master|release/.*)$ ]]; then
# FIXME: Disabled until we find a way to not hit GitHub API rate limit
if false && [[ ! $CI_COMMIT_BRANCH =~ ^(master|release/.*)$ ]]; then
export GIT_BASE_REF=$(.gitlab/find-gh-base-ref.sh)
if [[ -n "$GIT_BASE_REF" ]]; then
export GRADLE_PARAMS="$GRADLE_PARAMS -PgitBaseRef=origin/$GIT_BASE_REF"
Expand Down
Loading