Skip to content

Commit

Permalink
NO-ISSUE: Increase Konflux git clone depth (#6496)
Browse files Browse the repository at this point in the history
  • Loading branch information
pastequo authored Jun 27, 2024
1 parent 2971625 commit ab03251
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .tekton/assisted-service-saas-hotfix-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ spec:
- name: revision
value: $(params.revision)
- name: depth
value: 100
value: 1000
- name: fetchTags
value: "true"
runAfter:
Expand Down
2 changes: 1 addition & 1 deletion .tekton/assisted-service-saas-hotfix-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ spec:
- name: revision
value: $(params.revision)
- name: depth
value: 100
value: 1000
- name: fetchTags
value: "true"
runAfter:
Expand Down

0 comments on commit ab03251

Please sign in to comment.