Skip to content

Commit

Permalink
try install
Browse files Browse the repository at this point in the history
  • Loading branch information
Angelyr committed Nov 1, 2024
1 parent 77e18af commit b1b97a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-globus.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ def run_on_endpoint(name, branch, env_file, install_file):
text_file.write("%s" % install_file)
text_file.close()

# install_command = "cd {0}-test && source env.sh && ./install.sh {0} {1}".format(name, branch)
install_command = "cd {0}-test && ls".format(name, branch)
install_command = "cd {0}-test && source env.sh && ./install.sh {0} {1}".format(name, branch)
# install_command = "cd {0}-test && ls".format(name, branch)
install = subprocess.run([install_command], shell=True, encoding="utf_8", stdout=subprocess.PIPE, stderr=subprocess.STDOUT)
return (install, None)

Expand Down

0 comments on commit b1b97a4

Please sign in to comment.