Skip to content

Commit

Permalink
Merge pull request #33 from Axway/APIGOV-00001
Browse files Browse the repository at this point in the history
APIGOV-00001 - blackduck onsch
  • Loading branch information
dfeldick authored Nov 15, 2023
2 parents 6e1fa78 + a2dcaac commit c098a09
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,18 @@ whitesource:on-schedule:
- echo "Checking out ${GIT_TAG_PREFIX}${LATEST_TAG}"
- git checkout ${GIT_TAG_PREFIX}${LATEST_TAG}

blackduck:on-schedule:
extends: .blackduck
rules:
- !reference [.mirror-schedule-csr-rules, rules]
before_script:
- git config --global http.sslVerify false
- git config --global url."ssh://[email protected]".insteadOf "https://git.ecd.axway.org"''
- git fetch
- *get-latest-tag
- 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
fortify:
rules:
Expand All @@ -133,8 +145,6 @@ whitesource:
blackduck:
rules:
- !reference [.mirror-branch-csr-rules, rules]
before_script:
- export GOWORK=off

run-csr:
rules:
Expand Down

0 comments on commit c098a09

Please sign in to comment.