Skip to content

Commit

Permalink
WIP: Fix TLS issues in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellweg committed Dec 4, 2024
1 parent 5caf714 commit b2a0a2d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/scripts/post_before_script.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
SCENARIOS=("pulp" "performance" "azure" "gcp" "s3" "generate-bindings" "lowerbounds")
if [[ " ${SCENARIOS[*]} " =~ " ${TEST} " ]]; then
# Needed by pulp_container/tests/functional/api/test_flatpak.py:
cmd_prefix dnf install -yq dbus-daemon flatpak
fi
# Needed by pulp_container/tests/functional/api/test_flatpak.py:
cmd_prefix dnf install -yq dbus-daemon flatpak

# add the copied certificates from install.sh to the container's trusted certificates list
cmd_prefix sudo trust anchor /etc/pulp/certs/pulp_webserver.crt

0 comments on commit b2a0a2d

Please sign in to comment.