Skip to content
Snippets Groups Projects
Commit feee1a7f authored by Andrea Michelotti's avatar Andrea Michelotti
Browse files

fix

parent ae25134a
No related branches found
No related tags found
No related merge requests found
...@@ -116,10 +116,10 @@ spec: ...@@ -116,10 +116,10 @@ spec:
mountdir=/home/jovyan mountdir=/home/jovyan
cd $mountdir cd $mountdir
id=`id` id=`id`
echo "ID: $id " url="{{ .Values.gitRepoConfig.url }}"
url=
if [ -n {{ .Values.gitRepoConfig.url }} ]; then echo "ID: $id git $url"
url = {{ .Values.gitRepoConfig.url }} if [ -n "$url" ]; then
clone_dir=$(basename "$url" .git) clone_dir=$(basename "$url" .git)
echo "* git directory $clone_dir" echo "* git directory $clone_dir"
if [ -d $clone_dir ];then if [ -d $clone_dir ];then
......
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