Closed karolisc closed 4 years ago
@alvagante which version of gitlab are we running internally? Can we just change all occurrences of the deprecated variable to the new one?
@tuxmea yes, we use the latests
Occurrences removed also from also gitlab-ci.yaml files in https://github.com/example42/psick/commit/2d1bd46f550595e5b85ea2ef7c58ce2c945bd877 closing the ticket
thanks
Gitlab CI variable
CI_BUILD_REF_NAME
is deprecated. Rename it toCI_COMMIT_REF_NAME
as in future releases it will be removed.Reference:
https://docs.gitlab.com/ee/ci/variables/#gitlab-90-renaming
Affected files:
psick.gitlab-ci.yml psick\gitlab.gitlab-ci.yml-integration psick\gitlab.gitlab-ci.yml-with-fakes