Skip to content

Commit 6e151d9

Browse files
committed
fix: configure workspace mountPath to avoid permissions issues
1 parent e3658b6 commit 6e151d9

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

packs/lookml/.lighthouse/jenkins-x/lint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ spec:
4646
taskSpec:
4747
workspaces:
4848
- name: output
49+
mountPath: /workspace
4950
metadata: {}
5051
stepTemplate:
5152
env:

tasks/lookml/lint.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ spec:
1616
taskSpec:
1717
workspaces:
1818
- name: output
19+
mountPath: /workspace
1920
metadata: {}
2021
stepTemplate:
2122
env:

0 commit comments

Comments
 (0)