Skip to content

Commit

Permalink
fixup fix: add missed stepTemplates section
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Dec 16, 2024
1 parent 7436981 commit 91e011a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .tekton/idmsvc-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,11 +251,11 @@ spec:
# New volume to store a copy of the source code accessible only to this Task.
- name: workdir
emptyDir: {}
# stepTemplates:
# volumeMounts:
# - name: workdir
# mountPath: /var/workdir
# readOnly: false
stepTemplates:
volumeMounts:
- name: workdir
mountPath: /var/workdir
readOnly: false
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac
Expand Down

0 comments on commit 91e011a

Please sign in to comment.