You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* fix: replace deprecated gitlab ci var
GitLab 16.x deprecated several variables including CI_BUILD_REF_NAME.
In order to be exhaustive, two variables are replacing it:
CI_COMMIT_BRANCH (prefered) and CI_COMMIT_REF_NAME.
Issue: #1403
* Update src/drivers/gitlab.js
* ci: add expires_at in gitlab credentials
---------
Co-authored-by: Daniel Barnes <[email protected]>
0 commit comments