Skip to content

Commit

Permalink
fix: We don't need source in workspaces subpath in fetch step (#74)
Browse files Browse the repository at this point in the history
We use /subdirectory param for the 'fetch' step so we don't need
to mount workspace with subPath

JIRA: EPMDEDP-12953

Signed-off-by: Sergiy Kulanov <sergiy_kulanov@epam.com>
Change-Id: I8f90132d464a6bdf054d8a5a7b16ce9373f03f20
  • Loading branch information
SergK committed Nov 28, 2023
1 parent c967e1e commit d2a101b
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ spec:
workspaces:
- name: output
workspace: shared-workspace
subPath: source
- name: ssh-directory
workspace: ssh-creds

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ spec:
workspaces:
- name: output
workspace: shared-workspace
subPath: source
- name: ssh-directory
workspace: ssh-creds

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ spec:
workspaces:
- name: output
workspace: shared-workspace
subPath: source
- name: ssh-directory
workspace: ssh-creds

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ spec:
workspaces:
- name: output
workspace: shared-workspace
subPath: source
- name: ssh-directory
workspace: ssh-creds

Expand Down

0 comments on commit d2a101b

Please sign in to comment.