mirror of
https://github.com/woodpecker-ci/woodpecker.git
synced 2026-04-15 01:41:56 +00:00
Fixing volumes
This commit is contained in:
@@ -28,8 +28,7 @@ func Pod(namespace string, step *backend.Step) *v1.Pod {
|
||||
|
||||
volMounts = append(volMounts, v1.VolumeMount{
|
||||
Name: volumeName(vol),
|
||||
MountPath: volumeMountPath(step.WorkingDir),
|
||||
//MountPath: volumeMountPath(vol.Target),
|
||||
MountPath: volumeMountPath(vol),
|
||||
})
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user