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 a37800f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/scripts/post_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,10 @@ if [[ " ${SCENARIOS[*]} " =~ " ${TEST} " ]]; then
# Needed by pulp_container/tests/functional/api/test_flatpak.py:
cmd_prefix dnf install -yq dbus-daemon flatpak
fi

# add the copied certificates from install.sh to the container's trusted certificates list
if [[ "$TEST" = "azure" ]]; then
cmd_prefix sudo trust anchor /etc/pki/tls/cert.pem
else
cmd_prefix sudo trust anchor /etc/pulp/certs/pulp_webserver.crt
fi

0 comments on commit a37800f

Please sign in to comment.