update bats to 1.9.0 for gating tests.
- Related: #2176055 Signed-off-by: Jindrich Novy <jnovy@redhat.com>
This commit is contained in:
parent
347a74bb29
commit
fbb1b88aff
@ -2,11 +2,11 @@
|
|||||||
# Sigh; RHEL8 doesn't have BATS
|
# Sigh; RHEL8 doesn't have BATS
|
||||||
- name: bats | fetch and unpack tarball
|
- name: bats | fetch and unpack tarball
|
||||||
unarchive:
|
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
|
dest: /root
|
||||||
remote_src: true
|
remote_src: true
|
||||||
|
|
||||||
- name: bats | install
|
- name: bats | install
|
||||||
command: ./install.sh /usr/local
|
command: ./install.sh /usr/local
|
||||||
args:
|
args:
|
||||||
chdir: /root/bats-core-1.5.0
|
chdir: /root/bats-core-1.9.0
|
||||||
|
Loading…
Reference in New Issue
Block a user