Skip to content

Commit

Permalink
small debug change
Browse files Browse the repository at this point in the history
  • Loading branch information
Victoremepunto committed Dec 10, 2024
1 parent b3aaabc commit d53ab03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ spec:
- name: unit-tests
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728
workingDir: /var/workdir/source
script: set -xe && git config --global --add safe.directory /var/workdir/source && make -dn test
script: set -xe && git config --global --add safe.directory /var/workdir/source && ls -l && pwd && make -dn test
volumes:
# New volume to store a copy of the source code accessible only to this Task.
- name: workdir
Expand Down

0 comments on commit d53ab03

Please sign in to comment.