Skip to content

Commit

Permalink
feat(RELEASE-1387): remove debug
Browse files Browse the repository at this point in the history
- remove DEBUG env vars

Signed-off-by: Scott Hebert <scoheb@gmail.com>
  • Loading branch information
scoheb committed Feb 12, 2025
1 parent 830e9ef commit 6d34fa0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 8 deletions.
2 changes: 0 additions & 2 deletions tasks/managed/apply-mapping/apply-mapping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,6 @@ spec:
value: "--insecure"
- name: "HOME"
value: "/tekton/home"
- name: "DEBUG"
value: "1"
computeResources: {}
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
- name: apply-mapping
Expand Down
2 changes: 0 additions & 2 deletions tasks/managed/collect-data/collect-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -286,5 +286,3 @@ spec:
value: "--insecure"
- name: "HOME"
value: "/tekton/home"
- name: "DEBUG"
value: "1"
2 changes: 0 additions & 2 deletions tasks/managed/collect-data/tests/test-collect-data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -183,8 +183,6 @@ spec:
env:
- name: "ORAS_OPTIONS"
value: "--insecure"
- name: "DEBUG"
value: "1"
computeResources: {}
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
- name: check-result
Expand Down
2 changes: 0 additions & 2 deletions tasks/managed/reduce-snapshot/reduce-snapshot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,6 @@ spec:
value: "--insecure"
- name: "HOME"
value: "/tekton/home"
- name: "DEBUG"
value: "1"
computeResources: {}
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:ff35e09ff5c89e54538b50abae241a765b2b7868f05d62c4835bebf0978f3659
- name: reduce
Expand Down

0 comments on commit 6d34fa0

Please sign in to comment.