We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68b605 commit 40561cdCopy full SHA for 40561cd
.gitlab-ci.yml
@@ -121,7 +121,8 @@ default:
121
122
.gitlab_base_ref_params: &gitlab_base_ref_params
123
- |
124
- if [[ ! $CI_COMMIT_BRANCH =~ ^(master|release/.*)$ ]]; then
+ # FIXME: Disabled until we find a way to not hit GitHub API rate limit
125
+ if false && [[ ! $CI_COMMIT_BRANCH =~ ^(master|release/.*)$ ]]; then
126
export GIT_BASE_REF=$(.gitlab/find-gh-base-ref.sh)
127
if [[ -n "$GIT_BASE_REF" ]]; then
128
export GRADLE_PARAMS="$GRADLE_PARAMS -PgitBaseRef=origin/$GIT_BASE_REF"
0 commit comments