Skip to content

Commit

Permalink
fixup fix: comment workdir workspace
Browse files Browse the repository at this point in the history
Signed-off-by: Alejandro Visiedo <[email protected]>
  • Loading branch information
avisiedo committed Dec 12, 2024
1 parent ee603a2 commit c13abec
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions .tekton/idmsvc-backend-pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -240,22 +240,22 @@ spec:
workspaces:
- name: git-basic-auth
workspace: git-auth
- name: source
workspace: workspace
# - name: source
# workspace: workspace
taskSpec:
params:
- description: The Trusted Artifact URI pointing to the artifact with the application source code.
name: SOURCE_ARTIFACT
type: string
volumes:
# 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
# volumes:
# # 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
steps:
- name: use-trusted-artifact
image: quay.io/redhat-appstudio/build-trusted-artifacts:latest@sha256:81c4864dae6bb11595f657be887e205262e70086a05ed16ada827fd6391926ac
Expand Down

0 comments on commit c13abec

Please sign in to comment.