Skip to content

Commit

Permalink
feat: adding debug messages
Browse files Browse the repository at this point in the history
  • Loading branch information
Ani1357 committed Nov 12, 2024
1 parent af440b8 commit 30491e9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions charts/otomi-pipelines/templates/tekton-otomi-git-clone.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,10 @@ spec:
# Cloning the values
{{- if .Values.cloneUnsecure }}
echo: APL356 Debug
git clone -c http.sslVerify=false --depth 2 "http://${GITEA_USERNAME}:${GITEA_PASSWORD}@$url"
{{- else }}
echo: APL356 Debug
git clone --depth 2 "http://${GITEA_USERNAME}:${GITEA_PASSWORD}@$url"
{{- end }}
Expand Down
2 changes: 2 additions & 0 deletions charts/otomi-pipelines/templates/tekton-otomi-task-teams.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ spec:
# Cloning the values
{{- if .Values.cloneUnsecure }}
echo: APL356 Debug
git clone -c http.sslVerify=false --depth 1 "http://${GITEA_USERNAME}:${GITEA_PASSWORD}@$url" $ENV_DIR
{{- else}}
echo: APL356 Debug
git clone --depth 1 "http://${GITEA_USERNAME}:${GITEA_PASSWORD}@$url" $ENV_DIR
{{- end }}
- name: test
Expand Down
2 changes: 2 additions & 0 deletions charts/otomi-pipelines/templates/tekton-otomi-task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,10 @@ spec:
# Cloning the values
{{- if .Values.cloneUnsecure }}
echo: APL356 Debug
git clone -c http.sslVerify=false --depth 1 "http://${GITEA_USERNAME}:${GITEA_PASSWORD}@$url" $ENV_DIR
{{- else}}
echo: APL356 Debug
git clone --depth 1 "http://${GITEA_USERNAME}:${GITEA_PASSWORD}@$url" $ENV_DIR
{{- end }}
- name: bootstrap
Expand Down

0 comments on commit 30491e9

Please sign in to comment.