Updated bats version for gating tests

Related: rhbz#1977343
This commit is contained in:
Oliver Gutierrez 2021-08-30 15:20:24 +01:00
parent 188290c2ab
commit b0004b6b93
No known key found for this signature in database
GPG Key ID: C4D0A809DC608C15
2 changed files with 7 additions and 3 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.4.1.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.4.1

View File

@ -9,7 +9,7 @@ Version: 0.0.99.3
%global goipath github.com/containers/%{name}
%gometa
Release: 0.3.git660b6970e998%{?dist}
Release: 0.4.git660b6970e998%{?dist}
Summary: Unprivileged development environment
License: ASL 2.0
@ -106,6 +106,10 @@ ln -s src/vendor vendor
%changelog
* Mon Aug 31 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.4.git660b6970e998
- Fixed gating tests bats version
Related: rhbz#1977343
* Tue Aug 24 2021 Oliver Gutiérrez <ogutierrez@redhat.com> - 0.0.99.3-0.3.git660b6970e998
- Rebuilt for gating checks
Related: rhbz#1977343