-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from Axway/APIGOV-00001
APIGOV-00001 - blackduck onsch
- Loading branch information
Showing
1 changed file
with
12 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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: | ||
|
@@ -133,8 +145,6 @@ whitesource: | |
blackduck: | ||
rules: | ||
- !reference [.mirror-branch-csr-rules, rules] | ||
before_script: | ||
- export GOWORK=off | ||
|
||
run-csr: | ||
rules: | ||
|