Bundle test files in Linux release tarball

This commit is contained in:
Antoine Gersant 2020-08-15 19:30:41 -07:00
parent 66bef4d006
commit e65d57e24a

View file

@ -3,7 +3,7 @@ echo "Creating output directory"
mkdir -p release/tmp/polaris
echo "Copying package files"
cp -r web docs/swagger src migrations Cargo.toml Cargo.lock res/unix/Makefile release/tmp/polaris
cp -r web docs/swagger src migrations test Cargo.toml Cargo.lock res/unix/Makefile release/tmp/polaris
echo "Creating tarball"
POLARIS_VERSION=$(grep -m 1 ^version Cargo.toml | awk '{print $3}' | tr -d '"\r\n')