Skip to content

Commit

Permalink
chore: remove test case demonstrating the script works
Browse files Browse the repository at this point in the history
  • Loading branch information
mdelapenya committed Oct 2, 2021
1 parent dcc52ab commit 96ec026
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .ci/scripts/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ set -euo pipefail

FLEET_SERVER_VERSION=${1:?"Fleet Server version is needed"}

PLATFORM_FILES=(windows-arm12 darwin-arm64.tar.gz darwin-x86_64.tar.gz linux-arm64.tar.gz linux-x86_64.tar.gz linux-x86.tar.gz windows-x86_64.zip windows-x86.zip)
PLATFORM_FILES=(darwin-arm64.tar.gz darwin-x86_64.tar.gz linux-arm64.tar.gz linux-x86_64.tar.gz linux-x86.tar.gz windows-x86_64.zip windows-x86.zip)

#make release

Expand Down

0 comments on commit 96ec026

Please sign in to comment.