0
0
forked from toolshed/abra

build: remove old release scripts

This commit is contained in:
decentral1se 2024-07-03 09:57:06 +02:00
parent 6a2db1abaa
commit 1136ec5dcd
Signed by untrusted user: decentral1se
GPG Key ID: 03789458B3D0C410
2 changed files with 0 additions and 16 deletions

View File

@ -1,11 +0,0 @@
#!/bin/bash
set -e
for f in $(find ./tests/integration -name "*.bats"); do
bats -Tp "$f"
res=$?
if [[ "$res" -ne 0 ]]; then
exit 1
fi
done

View File

@ -1,5 +0,0 @@
#!/bin/bash
set -ex
upx ./dist/abra_*/abra