From d9bdea8745c49b0234f8de09157ef89b54b2a930 Mon Sep 17 00:00:00 2001 From: Antoine Gersant Date: Sat, 19 Sep 2020 17:12:26 -0700 Subject: [PATCH] Updated Linux release script to include new location of test inputs --- res/unix/release_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/unix/release_script.sh b/res/unix/release_script.sh index 3331d92..59640b6 100755 --- a/res/unix/release_script.sh +++ b/res/unix/release_script.sh @@ -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')