Skip to content

Commit

Permalink
Fix dir
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 17, 2024
1 parent 5fe7b72 commit 9b52908
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,12 +269,12 @@ spec:
- $(params.SOURCE_ARTIFACT)=/var/workdir/source
- name: make-template
image: registry.access.redhat.com/ubi8/go-toolset:1.22.7-5.1731464728
workingDir: /var/workdir
workingDir: /var/workdir/source
script: |
set -xe && make release && make build-template-kustomize
- name: test-template
image: registry.access.redhat.com/ubi8/ubi:8.10-1132.1732635159
workingDir: /var/workdir
workingDir: /var/workdir/source
script: |
set -xe && make test-template
volumes:
Expand Down

0 comments on commit 9b52908

Please sign in to comment.