Skip to content

Commit

Permalink
debug secret content
Browse files Browse the repository at this point in the history
  • Loading branch information
tommartensen committed Sep 13, 2023
1 parent eee1636 commit 5a5b700
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .tekton/infra-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -385,9 +385,10 @@ spec:
set +x
echo $(params.message)
echo "${ENV_VAR}"
echo $(workspaces.custom-secret.path)
ls -lisa
pwd
ls -lisa $(workspaces.custom-secret.path)
echo "Secret content:"
cat $(workspaces.custom-secret.path)/test.txt
when:
- input: $(params.skip-checks)
operator: in
Expand Down

0 comments on commit 5a5b700

Please sign in to comment.