Skip to content

Commit

Permalink
Merge pull request #246 from cdapio/fix-e2e-tests
Browse files Browse the repository at this point in the history
Fix CDAP Sandbox version for release 6.8
  • Loading branch information
dj-smart authored Feb 2, 2024
2 parents a79c871 + 7101030 commit ef631a8
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.8.3-SNAPSHOT/cdap-sandbox-6.8.3-SNAPSHOT.zip"
sandbox_url = "https://github.com/cdapio/cdap-build/releases/download/v6.8.4/cdap-sandbox-6.8.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 ef631a8

Please sign in to comment.