Skip to content

Commit

Permalink
Fix CDAP Sandbox version for version 6.9
Browse files Browse the repository at this point in the history
  • Loading branch information
dj-smart committed Feb 1, 2024
1 parent 07fd4bd commit 3ecd233
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scripts/run_e2e_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def run_shell_command(cmd):

# Start CDAP sandbox
print("Downloading CDAP sandbox")
sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/v6.9.1-SNAPSHOT/cdap-sandbox-6.9.1-SNAPSHOT.zip"
sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/v6.9.4/cdap-sandbox-6.9.4.zip"
sandbox_dir = sandbox_url.split("/")[-1].split(".zip")[0]
r = requests.get(sandbox_url)
z = zipfile.ZipFile(io.BytesIO(r.content))
Expand Down

0 comments on commit 3ecd233

Please sign in to comment.