bump bats to 1.9.0 as requested by Ed Santiago

- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-07-12 11:57:09 +02:00
parent 9e51d2b722
commit 7184c5a20f
1 changed files with 2 additions and 2 deletions

View File

@ -2,11 +2,11 @@
# Sigh; RHEL8 doesn't have BATS
- name: bats | fetch and unpack tarball
unarchive:
src: https://github.com/bats-core/bats-core/archive/v1.1.0.tar.gz
src: https://github.com/bats-core/bats-core/archive/v1.9.0.tar.gz
dest: /root
remote_src: true
- name: bats | install
command: ./install.sh /usr/local
args:
chdir: /root/bats-core-1.1.0
chdir: /root/bats-core-1.9.0