Skip to content

Commit

Permalink
fix: clone repo in pipeline (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
j-zimnowoda committed Aug 30, 2024
1 parent 890b7f3 commit 329bace
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ spec:
{{- if .Values.cloneUnsecure }}
git clone -c http.sslVerify=false --depth 2 http://$GITEA_USERNAME:$GITEA_PASSWORD@$url
{{- else }}
git clone --depth 2 https://$GITEA_USERNAME:$GITEA_PASSWORD@$url
git clone --depth 2 http://$GITEA_USERNAME:$GITEA_PASSWORD@$url
{{- end }}
# Checking if the next steps should run or skipped
Expand Down

0 comments on commit 329bace

Please sign in to comment.