Skip to content

Commit 65ecc29

Browse files
committed
no test 12
1 parent 7010edd commit 65ecc29

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

test.sh

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ DISTRO=$1
1212
ARCH=$2
1313
DOMAIN=${ARCH}
1414

15+
16+
if [[ $DISTRO == "bookworm" ]]; then
17+
echo "no test for now"
18+
exit 0
19+
fi
20+
1521
apk add sshpass cmd:pip
1622

1723
device=rootfs

0 commit comments

Comments
 (0)