Code using `CI_SERVER` was added recently to track something. It attempts to short-cut if `CI_SERVER` is not set, but on gitlab it is set to `yes`. https://docs.gitlab.com/ee/ci/variables/ Instead use `CI_SERVER_URL`, maybe that is what is intended?
Code using `CI_SERVER` was added recently to track something. It attempts to short-cut if `CI_SERVER` is not set, but on gitlab it is set to `yes`. https://docs.gitlab.com/ee/ci/variables/ Instead use `CI_SERVER_URL`, maybe that is what is intended?