We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c92ac11 commit b3b3ae1Copy full SHA for b3b3ae1
scripts/deployments/start_simcore_locally.bash
@@ -71,6 +71,7 @@ if [[ "$devel_repo_path" = "0" ]] ; then
71
#
72
# IF GETREPO DOESNT EXIST
73
if [ ! -d osparc-simcore ]; then
74
+ export GIT_SIMCORE_REPO_URL="https://github.com/ITISFoundation/osparc-simcore.git"
75
git clone "$GIT_SIMCORE_REPO_URL"
76
fi
77
# FI
0 commit comments