Returns the dir where the workspace would be mounted in a container.
Returns the dir where the workspace would be mounted in a container.
(in-work ctx p)
Given a relative path p
, returns it as a subpath to the job working directory.
Fails if an absolute path is given.
Given a relative path `p`, returns it as a subpath to the job working directory. Fails if an absolute path is given.
(param-to-file ctx param out)
Takes the value of param
from the build parameters and writes it to
the file at path out
. Creates any directories as needed. Returns
nil
if the operation succeeded.
Takes the value of `param` from the build parameters and writes it to the file at path `out`. Creates any directories as needed. Returns `nil` if the operation succeeded.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close