There are currently no pipelines.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.
Also add set -e
so that if a command fails the whole script fails too.
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines.