Closed kwryankrattiger closed 3 weeks ago
Add runner and variable documentation in README
This also fixes a problem with the previous approach where if you set CI_OIDC_REQUIRED: 0 in your job config, then the exit 0 here prevented any of your jobs before_script or script from running at all.
CI_OIDC_REQUIRED: 0
exit 0
before_script
script
Add runner and variable documentation in README
This also fixes a problem with the previous approach where if you set
CI_OIDC_REQUIRED: 0
in your job config, then theexit 0
here prevented any of your jobsbefore_script
orscript
from running at all.