~hi! I have a Process that spits out a file in a d...
# development
e
hi! I have a Process that spits out a file in a directory like
./known_directory_name/<random_guid>/known_file_name
-- how do I get that file into the output digest of the Process? Setting
output_directories=("known_directory_name",)
, I can see the random guid directory in the sandbox, but it's empty. Am I missing something simple here?
c
That ought to be working, that's what I did here for terraform. It's got multiple levels of directories and stuff too. I take it you're checking the sandbox of the next process when you say that you "can see the random guid directory in the sandbox"? you can also Get the Snapshot to a Digest (or a DigestContents) to debug it without having to keep the next sandbox.
e
yeah i think the process is the culprit, sorry. feel free to ignore this.