Skip to content

Commit b3b3ae1

Browse files
committed
Remove faulty command
1 parent c92ac11 commit b3b3ae1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/deployments/start_simcore_locally.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ if [[ "$devel_repo_path" = "0" ]] ; then
7171
#
7272
# IF GETREPO DOESNT EXIST
7373
if [ ! -d osparc-simcore ]; then
74+
export GIT_SIMCORE_REPO_URL="https://github.com/ITISFoundation/osparc-simcore.git"
7475
git clone "$GIT_SIMCORE_REPO_URL"
7576
fi
7677
# FI

0 commit comments

Comments
 (0)