Skip to content
Snippets Groups Projects
Commit 2fa53341 authored by dgelessus's avatar dgelessus
Browse files

Switch to nightly version of ProB

parent 206417f0
No related branches found
No related tags found
No related merge requests found
Pipeline #119104 passed
...@@ -88,7 +88,7 @@ task downloadCli { ...@@ -88,7 +88,7 @@ task downloadCli {
def targetdir = dir + it.getValue() def targetdir = dir + it.getValue()
def targetzip = dir + "probcli_${n}.zip" def targetzip = dir + "probcli_${n}.zip"
def url = "https://stups.hhu-hosting.de/downloads/prob/cli/releases/1.12.1/probcli_${n}.zip" def url = "https://stups.hhu-hosting.de/downloads/prob/cli/nightly/probcli_${n}.zip"
download(url, targetzip) download(url, targetzip)
FileTree zip = zipTree(targetzip) FileTree zip = zipTree(targetzip)
copy { copy {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment