Skip to content

Commit

Permalink
cli: cluster-deploy not updating submodules/eggs
Browse files Browse the repository at this point in the history
Signed-off-by: Tibor Šimko <tibor.simko@cern.ch>
  • Loading branch information
tiborsimko committed Sep 17, 2020
1 parent decfe14 commit affd423
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions reana/reana_dev/cluster.py
Expand Up @@ -328,10 +328,6 @@ def job_mounts_to_config(job_mounts):
f"scripts/create-admin-user.sh {instance_name} {admin_email} {admin_password}",
),
]
if mode in ("latest", "debug"):
cmds.append("reana-dev git-submodule --update")
if mode in ("debug"):
cmds.append("reana-dev python-install-eggs")
for cmd in cmds:
run_command(cmd, "reana")

Expand Down

0 comments on commit affd423

Please sign in to comment.