From b9827284fcc25a4d1c76cc3b0a02f0fbf0bfc75f Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 23 Jul 2019 12:17:15 +0200 Subject: [PATCH] Update 'SVN/import-from-svn.sh' --- SVN/import-from-svn.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SVN/import-from-svn.sh b/SVN/import-from-svn.sh index 5978462..42d2b59 100644 --- a/SVN/import-from-svn.sh +++ b/SVN/import-from-svn.sh @@ -52,7 +52,8 @@ function git_create_repository { case $yna in Yes ) curl -X POST "https://code-repo.d4science.org/api/v1/org/gCubeSystem/repos?access_token=$GITEA_TOKEN" -H "accept: application/json" -H "content-type: application/json" -d "{\"name\":\"${GIT_REPOSITORY_DIRECTORY_NAME}\"}" - GIT_CREATE_OK=true; + echo "" + GIT_CREATE_OK=true; break;; No ) echo "Please created it at https://code-repo.d4science.org/repo/create?org=5722 and select yes to continue. See how to do it at https://wiki.gcube-system.org/gcube/Git_Repositories#Create_a_New_Repository"