From b3b3ae12253fbc368aa1e44bfc15657ef10395a2 Mon Sep 17 00:00:00 2001 From: Dustin Kaiser Date: Mon, 2 Dec 2024 10:03:01 +0100 Subject: [PATCH] Remove faulty command --- scripts/deployments/start_simcore_locally.bash | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/deployments/start_simcore_locally.bash b/scripts/deployments/start_simcore_locally.bash index 22a7e6cc..24ac8ae8 100755 --- a/scripts/deployments/start_simcore_locally.bash +++ b/scripts/deployments/start_simcore_locally.bash @@ -71,6 +71,7 @@ if [[ "$devel_repo_path" = "0" ]] ; then # # IF GETREPO DOESNT EXIST if [ ! -d osparc-simcore ]; then + export GIT_SIMCORE_REPO_URL="https://github.com/ITISFoundation/osparc-simcore.git" git clone "$GIT_SIMCORE_REPO_URL" fi # FI