zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.11k stars 102 forks source link

CI_* variable deprecation #817

Open prarit opened 2 years ago

prarit commented 2 years ago

@bmeneg @zampierilucas

https://docs.gitlab.com/ee/update/deprecations#ci_build_-predefined-variables

Just an FYI. We need to think about this.

bmeneg commented 2 years ago

I don't think it's a problem to us today: we don't use any of the CI_BUILD_* variables. We're already using vars with the up-to-date name, i.e. CI_JOB_TOKEN.