update bats to 1.9.0 for gating tests.

- Related: #2176055

Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
Jindrich Novy 2023-07-14 12:26:20 +02:00
parent edcdfcdc83
commit 0131eb1971
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.5.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.5.0
chdir: /root/bats-core-1.9.0