Update location for the config file.
This commit is contained in:
parent
17bb296424
commit
d477617aac
|
@ -51,7 +51,7 @@ echo "Resume from previous build? ${params.resume_from}"
|
|||
|
||||
|
||||
//locate the release file
|
||||
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleaseConfigs/raw/branch/master/open/gcube-${gCube_release_version}.yaml"
|
||||
String releaseURL = "https://code-repo.d4science.org/gCubeCI/gCubeReleases/raw/branch/master/open/gcube-${gCube_release_version}.yaml"
|
||||
|
||||
if (verbose)
|
||||
println "Querying ${releaseURL}"
|
||||
|
|
Loading…
Reference in New Issue