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