diff options
-rwxr-xr-x | .papr.sh | 5 | ||||
-rw-r--r-- | .papr.yml | 1 |
2 files changed, 5 insertions, 1 deletions
@@ -96,3 +96,8 @@ fi make TAGS="${TAGS}" make TAGS="${TAGS}" install PREFIX=/host/usr ETCDIR=/host/etc make TAGS="${TAGS}" test-binaries + +# Add the new bats core instead of the deprecated bats +git clone https://github.com/bats-core/bats-core /bats-core +cd /bats-core +install -D -m 755 libexec/* /host/usr/bin/ @@ -15,7 +15,6 @@ tests: - CRIO_ROOT=/var/tmp/checkout PODMAN_BINARY=/usr/bin/podman CONMON_BINARY=/usr/libexec/crio/conmon PAPR=1 sh .papr.sh packages: - - bats - containernetworking-cni --- |