Skip to content

Commit

Permalink
fix: remove duplicate volumeMounts from oci-copy-oci-ta
Browse files Browse the repository at this point in the history
The oci-copy-oci-ta task had two volumeMounts with the same name
and mounting location, which would cause an error when the task
was applied to a cluster.  This change removes the duplicate

Signed-off-by: Ryan Cole <[email protected]>
  • Loading branch information
14rcole committed Jun 24, 2024
1 parent a028bc0 commit 8283436
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions task/oci-copy-oci-ta/0.1/oci-copy-oci-ta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ spec:
emptyDir: {}
- name: workdir
emptyDir: {}
- name: workdir
emptyDir: {}
stepTemplate:
env:
- name: IMAGE
Expand All @@ -45,8 +43,6 @@ spec:
volumeMounts:
- mountPath: /var/workdir
name: workdir
- mountPath: /var/workdir
name: workdir
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:4e39fb97f4444c2946944482df47b39c5bbc195c54c6560b0647635f553ab23d
Expand Down

0 comments on commit 8283436

Please sign in to comment.