Skip to content

Commit

Permalink
updating task
Browse files Browse the repository at this point in the history
  • Loading branch information
maknop committed Nov 27, 2024
1 parent f8aa58f commit ea0a20d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .tekton/clowder-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -193,10 +193,6 @@ spec:
volumeMounts:
- mountPath: /var/workdir
name: workdir
stepTemplate:
volumeMounts:
- mountPath: /var/workdir
name: workdir
steps:
# New step to fetch the Trusted Artifact and make it available to the next steps.
- name: use-trusted-artifact
Expand All @@ -207,7 +203,7 @@ spec:
- name: kustomize-build
image: registry.access.redhat.com/ubi8/ubi:latest
workingDir: /var/workdir/source
script: set -xe && dnf install -y git go make && make update-version
script: set -e && dnf install -y git go make && make update-version
volumes:
# New volume to store a copy of the source code accessible only to this Task.
- name: workdir
Expand Down

0 comments on commit ea0a20d

Please sign in to comment.