Skip to content

Fix broken master api_variables test

Michael Kozono requested to merge mk/fix-broken-master-api-variables into master

What does this MR do?

It looks like CI_API_V3_URL is not necessary for CE or EE, so I'm excluding the v3 version as a quick, dumb, simple fix for broken master.

This still allows for the original intent of the test to catch CI_API_V5_URL when that becomes a thing.

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ee/issues/9048

Does this MR meet the acceptance criteria?

Edited by Michael Kozono

Merge request reports