Skip to content
Snippets Groups Projects
Commit e6cc2398 authored by Sam Gleske's avatar Sam Gleske
Browse files

Forgot to abort when repository exists

parent 264e3e13
No related branches found
No related tags found
No related merge requests found
......@@ -156,6 +156,7 @@ elif [ ! -d "${repo_dir}/${gitlab_namespace}" ];then
exit 1
elif [ -d "${repo_dir}/${gitlab_namespace}/${project_name}" ];then
red_echo "Error: \"${repo_dir}/${gitlab_namespace}\" exists already. Aborting command." 1>&2
exit 1
fi
#Set up project creation options based on config.sh to be passed to create manage_gitlab_project.py
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment