Commit bf86ce6f authored by Duncan Harris's avatar Duncan Harris Committed by Evan Read

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

parent dfdc2855
......@@ -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