File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ def run_shell_command(cmd):
4343args = parser .parse_args ()
4444
4545# Start CDAP sandbox
46- sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/latest /cdap-sandbox-6.11.0-SNAPSHOT.zip"
46+ sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/v6.11.0-SNAPSHOT /cdap-sandbox-6.11.0-SNAPSHOT.zip"
4747print ("Downloading CDAP sandbox from" ,sandbox_url )
4848sandbox_dir = sandbox_url .split ("/" )[- 1 ].split (".zip" )[0 ]
4949r = requests .get (sandbox_url )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ def run_shell_command(cmd):
2929if __name__ == "__main__" :
3030 # Start CDAP sandbox
3131 print ("Downloading CDAP sandbox" )
32- sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/latest /cdap-sandbox-6.11.0-SNAPSHOT.zip"
32+ sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/v6.11.0-SNAPSHOT /cdap-sandbox-6.11.0-SNAPSHOT.zip"
3333 sandbox_dir = sandbox_url .split ("/" )[- 1 ].split (".zip" )[0 ]
3434 r = requests .get (sandbox_url )
3535 z = zipfile .ZipFile (io .BytesIO (r .content ))
You can’t perform that action at this time.
0 commit comments