We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e9266c8 + 56a3bf4 commit decc66eCopy full SHA for decc66e
1 file changed
vars/runPipeline.groovy
@@ -149,7 +149,7 @@ def testDownstreamProject (name) {
149
try { dir(repo) {
150
151
if (repo == 'rejectedsoftware/vibe.d') {
152
- clone("https://github.com/${repo}.git", 'v0.8.1-rc.1')
+ clone("https://github.com/${repo}.git", 'v0.8.3-alpha.1')
153
} else if (repo == "sociomantic-tsunami/ocean") {
154
clone("https://github.com/${repo}.git", 'v4.0.0-alpha.2')
155
} else {
0 commit comments