Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
archive_dependencies.sh: Handle no dependencies (#463)
If there are no dependencies utilised that we need to archive source for, this breaks the build process since no dependencies-src.zip file is created, and the Dockerfile has nothing to copy. This changes the script such that it starts with an empty zip file, and then appends dependencies if and when they exist. Unblocks #457
- Loading branch information