Skip to content

Fix automatic RC specs for the ops instance

Yorick Peterse requested to merge fix-rc-specs into master

On ops.gitlab.net the variable GITLAB_BOT_PRODUCTION_TOKEN is always set, and this one test expected it not to be set. This fixes said test by unsetting the variable.

Merge request reports