Updated Linux release script to include new location of test inputs
This commit is contained in:
parent
ef8246ecfb
commit
d9bdea8745
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 test Cargo.toml Cargo.lock res/unix/Makefile release/tmp/polaris
|
||||
cp -r web docs/swagger src migrations test-data 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…
Add table
Reference in a new issue