Fix #5
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 and you must have sufficient permissions in the source project.
Before:
>>> ghc backtrace 0x00007ffff1911d64
usage: [-h] [-d DEPTH] [-n FRAMES] [--sp SP]
: error: unrecognized arguments: 0x00007ffff1911d64
$
After:
>>> ghc backtrace 0x00007ffff1911d64
usage: [-h] [-d DEPTH] [-n FRAMES] [--sp SP]
: error: unrecognized arguments: 0x00007ffff1911d64
>>>
To run a merge request pipeline, the jobs in the CI/CD configuration file must be configured to run in merge request pipelines and you must have sufficient permissions in the source project.