use stable bats
Signed-off-by: Alex Jia <ajia@redhat.com>
This commit is contained in:
parent
85adedc5b0
commit
ddbece69ef
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user