conan-io / conan-package-tools

Conan Package Tools. Helps with massive package creation and CI integration (Travis CI, Appveyor...)
MIT License
165 stars 70 forks source link

Git branch detection not working anymore for Gitlab #617

Closed Linux13524 closed 1 year ago

Linux13524 commented 1 year ago

The predefined CI variables for GitLab pipelines changed and some variable were removed including CI_BUILD_REF_NAME as of version 16.0, see CIBUILD* predefined variables removed. The replacement for CI_BUILD_REF_NAME is CI_COMMIT_REF_NAME. Not sure if other affected variables are also in use by cpt.

uilianries commented 1 year ago

@Linux13524 Thank you for your report!

uilianries commented 1 year ago

@Linux13524 a hotfix is available on the version 0.39.1

Linux13524 commented 1 year ago

Thanks for the fast fix!