Skip to content

Commit

Permalink
cd
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 17, 2024
1 parent c136e28 commit fff370d
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 @@ -282,7 +282,7 @@ spec:
- name: LOCALBIN
value: /tmp/bin
script: |
set -xe && dnf install make -y && make test-template
set -xe && cd /opt/app-root/src && dnf install make -y && make test-template
volumes:
# New volume to store a copy of the source code accessible only to this Task.
- name: workdir
Expand Down

0 comments on commit fff370d

Please sign in to comment.