We would like to automate release requests for this workspace, using the airlock's scheduled job. This job expects to be provided a list of output directories, and it will attempt to add all files from those directories to the release request.
Currently this repo outputs both releasable output files and json log files required by other actions to the same output directory. In order to allow automated releases, we should split these out, e.g. write the files to be released to output/ and json log files to logs/
We would like to automate release requests for this workspace, using the airlock's scheduled job. This job expects to be provided a list of output directories, and it will attempt to add all files from those directories to the release request.
Currently this repo outputs both releasable output files and json log files required by other actions to the same output directory. In order to allow automated releases, we should split these out, e.g. write the files to be released to
output/and json log files tologs/