We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 890b7f3 commit 329baceCopy full SHA for 329bace
charts/otomi-pipelines/templates/tekton-otomi-git-clone.yaml
@@ -61,7 +61,7 @@ spec:
61
{{- if .Values.cloneUnsecure }}
62
git clone -c http.sslVerify=false --depth 2 http://$GITEA_USERNAME:$GITEA_PASSWORD@$url
63
{{- else }}
64
- git clone --depth 2 https://$GITEA_USERNAME:$GITEA_PASSWORD@$url
+ git clone --depth 2 http://$GITEA_USERNAME:$GITEA_PASSWORD@$url
65
{{- end }}
66
67
# Checking if the next steps should run or skipped
0 commit comments