Closed nipierre closed 1 year ago
@dacbd I fixed the credentials build missing argument.
@nipierre Thanks, I'm addressing a container issue that is blocking some of our automation, my plan is to try and have this merged and released by the end of the week for you.
Thanks again for this patch!
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
I put the two variables in order to cover most of the cases one can think of in terms of pipeline trigger.
@dacbd