You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Howdy, in an attempt to keep things out of /tmp, I tried adding --cli-artifacts-dir /var/local/lib/concourse/ as an argument to my binary Concourse deployment, but it seems to still be reading from /tmp/cli-artifacts anyway. I'm still on Concourse 3.9.1, but I don't think this bit of code changes much. I tried manually placing the fly binaries in /var/local/lib/concourse/ and /var/local/lib/concourse/cli-artifacts, in case this flag also disabled the directory creation, but no luck.