Closed afrittoli closed 3 years ago
/cc @sbwsg
There's already a PR for this: https://github.com/tektoncd/pipeline/pull/3380 that just needs a couple edits to get mergeable.
/cc @khalkie
I think I'm being pedantic, but is this a bug? Doesn't seem like we list this as a field you can replace in (yet)
/kind feature
(yes, i am currently looking at the bug count for our WG meeting XD)
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale
with a justification.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close
with a justification.
If this issue should be exempted, mark the issue as frozen with /lifecycle frozen
with a justification.
/lifecycle stale
Send feedback to tektoncd/plumbing.
/remove-lifecycle stale
this issue is being addressed in https://github.com/tektoncd/pipeline/pull/3934
Expected Behavior
Variables are replaced in the
mountPath
: For instance:The workspace is mounted to
/go/src/github.com/tektoncd/pipeline
Actual Behavior
The workspace is mounted to
/go/src/$(params.package)
Steps to Reproduce the Problem
$(workspaces.source.path)
Additional Info