Skip to content

Commit

Permalink
Merge pull request #244 from dosaboy/fix-yq-dep-install
Browse files Browse the repository at this point in the history
Fix dep install of yq snap in charm func test runner
  • Loading branch information
rodrigogansobarbieri authored Sep 16, 2024
2 parents 64efd8d + c7cf252 commit a3c18c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openstack/tools/charmed_openstack_functest_runner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ while (($# > 0)); do
done

# Install dependencies
snap info yq &>/dev/null || sudo snap install yq
which yq &>/dev/null || sudo snap install yq

# Ensure zosic-config checked out and up-to-date
(
Expand Down

0 comments on commit a3c18c6

Please sign in to comment.