Is it possible to configure the dist directory (my...
# general
s
Is it possible to configure the dist directory (my CI shares data between steps and I'd like to output data to dist/build-id)?
Can I pass env variables to
pants_distdir
?
I was missing the s in
"dist/%(<http://env.CF|env.CF>_BUILD_ID)s"
. Yay it worked
g
You can also set it as an environment variable, i.e,
PANTS_DISTDIR=foo pants ...