diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cfd791338ba..47c9b66df6d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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"