From ddbece69ef988930769db44f01e86df3325650ef Mon Sep 17 00:00:00 2001 From: Alex Jia Date: Mon, 16 Dec 2024 03:27:14 -0500 Subject: [PATCH] use stable bats Signed-off-by: Alex Jia --- plans/main.fmf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plans/main.fmf b/plans/main.fmf index 98f08fe..9a0ad72 100644 --- a/plans/main.fmf +++ b/plans/main.fmf @@ -12,9 +12,9 @@ prepare: - name: Prepare bats how: shell script: - - rm -rf /tmp/bats - - git clone https://github.com/bats-core/bats-core.git /tmp/bats - - /tmp/bats/install.sh /usr + - rm -rf /tmp/bats-core-1.11.0 + - curl -s -L https://github.com/bats-core/bats-core/archive/refs/tags/v1.11.0.tar.gz | tar xvz -C /tmp + - /tmp/bats-core-1.11.0/install.sh /usr discover: how: fmf