forked from toolshed/abra
build: remove old release scripts
This commit is contained in:
parent
6a2db1abaa
commit
1136ec5dcd
@ -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
|
@ -1,5 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -ex
|
||||
|
||||
upx ./dist/abra_*/abra
|
Loading…
x
Reference in New Issue
Block a user