Integrate bash script
Compare changes
+ 3
− 0
Ok, this should be all we need to integrate the new bash script.
bash
and git
in the container403
(user doesn't have permission to merge). The exit code of this script is then used.set -e
to the bash script so that if any command fails the script doesn't exit with a status of 0
if
statement to use a different source SHA when running as a special Merge Request Pipeline.urllib3
package otherwise.