Skip to content
Snippets Groups Projects
Commit 3b677448 authored by dgelessus's avatar dgelessus
Browse files

Switch to nightly version of ProB

parent 47914c41
No related branches found
No related tags found
No related merge requests found
Pipeline #136853 passed
...@@ -87,7 +87,7 @@ task downloadCli { ...@@ -87,7 +87,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.13.0/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