Commit a130811f authored by Evan Read's avatar Evan Read

Merge branch 'duncan_harris-master-patch-59431' into 'master'

Removing `rules:exists:'$CI_CONFIG_PATH'` because it doesn't work

See merge request gitlab-org/gitlab!78022
parents 6ac9aafe bf86ce6f
......@@ -183,8 +183,6 @@ include: # Execute individual project's configuration (if project contains .git
project: '$CI_PROJECT_PATH'
file: '$CI_CONFIG_PATH'
ref: '$CI_COMMIT_REF_NAME' # Must be defined or MR pipelines always use the use default branch
rules:
- exists: '$CI_CONFIG_PATH'
```
##### Ensure compliance jobs are always run
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment