Skip to content

Allow to run Rake task on any branch in the CI

Rémy Coutable requested to merge rc/fix-upstream_merge-on-the-ci into master

In CI runs, we're in detached HEAD so the "branch" name is HEAD, thus the check in Rakefile fails.

I've tested this here: https://gitlab.com/gitlab-org/release-tools/-/jobs/43002206

This will allow the upstream merge scheduled pipeline to pass. :)

Merge request reports