Skip to content

Commit

Permalink
bad workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
psav committed Dec 17, 2024
1 parent fff370d commit 120cf1c
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 @@ -274,15 +274,15 @@ spec:
- name: LOCALBIN
value: /tmp/bin
script: |
set -xe && cp /var/workdir/source/* /opt/app-root/src -Rv && make release && make build-template-kustomize
set -xe && cp /var/workdir/source/* /opt/app-root/src -Rv && make release && make build-template-kustomize && cp manifest.yaml /var/workdir/ && cp deploy-kustomize.yaml /var/workdir/
- name: test-template
image: registry.access.redhat.com/ubi8/ubi:8.10-1132.1732635159
workingDir: /opt/app-root/src
env:
- name: LOCALBIN
value: /tmp/bin
script: |
set -xe && cd /opt/app-root/src && dnf install make -y && make test-template
set -xe && cp /var/workdir/source/* /opt/app-root/src -Rv && cp /var/workdir/manifest.yaml . && cp /var/workdir/deploy-kustomize.yaml . && 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 120cf1c

Please sign in to comment.