mirror of
https://github.com/agersant/polaris
synced 2024-11-10 10:14:12 +00:00
Bundle test files in Linux release tarball
This commit is contained in:
parent
66bef4d006
commit
e65d57e24a
1 changed files with 1 additions and 1 deletions
|
@ -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')
|
||||
|
|
Loading…
Reference in a new issue