Skip to content

Commit

Permalink
test/simplified-installer: fix yq installation on rhel8
Browse files Browse the repository at this point in the history
Basically use the latest 3.2.1 version because of kislyuk/yq#165

Signed-off-by: Antonio Murdaca <[email protected]>
  • Loading branch information
runcom committed Apr 5, 2023
1 parent f5948ad commit cff46a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/ostree-simplified-installer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ source /usr/libexec/tests/osbuild-composer/shared_lib.sh

# Start firewalld
sudo systemctl enable --now firewalld
sudo pip3 install yq
sudo pip3 install yq==v3.2.1
# Install fdo packages (This cannot be done in the setup.sh because fdo-admin-cli is not available on fedora)
sudo dnf install -y fdo-admin-cli
# Start fdo-aio to have /etc/fdo/aio folder
Expand Down

0 comments on commit cff46a3

Please sign in to comment.