Skip to content

Commit

Permalink
fix: Update dotnet push source path (#74)
Browse files Browse the repository at this point in the history
Change-Id: Ib926f15567837f08f8c123bf3b93777fc0b1f2ef
  • Loading branch information
Mykola Serdiuk committed Dec 7, 2023
1 parent bb22670 commit c2f2b76
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

{{- include "build-pipeline-dotnet-image-build-push-common" $ | nindent 4 }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

{{- include "build-pipeline-dotnet-image-build-push-common" $ | nindent 4 }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

- name: dockerfile-lint
taskRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

{{- include "build-pipeline-dotnet-image-build-push-common" $ | nindent 4 }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

{{- include "build-pipeline-dotnet-image-build-push-common" $ | nindent 4 }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

- name: dockerfile-lint
taskRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

{{- include "build-pipeline-dotnet-image-build-push-common" $ | nindent 4 }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

{{- include "build-pipeline-dotnet-image-build-push-common" $ | nindent 4 }}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ spec:
workspaces:
- name: source
workspace: shared-workspace
subPath: source

- name: dockerfile-lint
taskRef:
Expand Down

0 comments on commit c2f2b76

Please sign in to comment.