Skip to content
This repository was archived by the owner on Oct 12, 2022. It is now read-only.

Commit 5d5645c

Browse files
authored
Merge pull request #1805 from MartinNowak/jenkins
update pipeline ci repo url
2 parents 9cfde10 + 53b6610 commit 5d5645c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jenkinsfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def clone (repo_url, git_ref = "master") {
1515
def pipeline
1616
node {
1717
dir('dlang/ci') {
18-
clone 'https://github.com/Dicebot/dlangci.git', 'master'
18+
clone 'https://github.com/dlang/ci.git', 'master'
1919
}
2020
pipeline = load 'dlang/ci/pipeline.groovy'
2121
}

0 commit comments

Comments
 (0)