Skip to content

Commit

Permalink
APIGOV-24572 - fix CSR jobs (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
dfeldick authored Jan 20, 2023
1 parent 77c749b commit 5187e3e
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,22 @@ whitesource:on-schedule:
- echo "Checking out ${GIT_TAG_PREFIX}${LATEST_TAG}"
- git checkout ${GIT_TAG_PREFIX}${LATEST_TAG}

# overridden from csrjobs.yml because mirror repos like this one don't get merge events
fetch-fortify:
only:
refs:
- /^APIGOV-.*$/

run-csr:
only:
refs:
- /^APIGOV-.*$/

whitesource:
only:
refs:
- /^APIGOV-.*$/

####################
# CSR - overridden from csrjobs.yml to effectively not see these jobs ever. For some reason, probably multi-level
# extends and overrides, using only-never for these csr jobs doesn't work. Had to do it like this.
Expand Down

0 comments on commit 5187e3e

Please sign in to comment.