slack thread
it would be great to be able to access the halfpipe shared/team cache in actions run tasks
the cache NFS volume it is already mounted on the runner at /mnt/halfpipe/shared-cache
ideally in a run task the team's sub-directory would be mounted in the container like:
docker run -v `/mnt/halfpipe/shared-cache/<team>:/var/halfpipe/shared-cache ...
this is not possible currently because the github step syntax does not allow configuring volume options.
slack thread
it would be great to be able to access the halfpipe shared/team cache in actions run tasks
the cache NFS volume it is already mounted on the runner at
/mnt/halfpipe/shared-cacheideally in a
runtask the team's sub-directory would be mounted in the container like:docker run -v `/mnt/halfpipe/shared-cache/<team>:/var/halfpipe/shared-cache ...this is not possible currently because the github step syntax does not allow configuring volume options.