Update 'SVN/import-from-svn.sh'

This commit is contained in:
Luca Frosini 2019-07-23 12:17:15 +02:00
parent 144f7161b4
commit b9827284fc
1 changed files with 2 additions and 1 deletions

View File

@ -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"