Skip to content

Commit 329bace

Browse files
authored
fix: clone repo in pipeline (#1699)
1 parent 890b7f3 commit 329bace

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/otomi-pipelines/templates/tekton-otomi-git-clone.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ spec:
6161
{{- if .Values.cloneUnsecure }}
6262
git clone -c http.sslVerify=false --depth 2 http://$GITEA_USERNAME:$GITEA_PASSWORD@$url
6363
{{- else }}
64-
git clone --depth 2 https://$GITEA_USERNAME:$GITEA_PASSWORD@$url
64+
git clone --depth 2 http://$GITEA_USERNAME:$GITEA_PASSWORD@$url
6565
{{- end }}
6666
6767
# Checking if the next steps should run or skipped

0 commit comments

Comments
 (0)