Skip to content

Commit

Permalink
Remove sudo from post_before_script in CI
Browse files Browse the repository at this point in the history
(cherry picked from commit 8b69766)
  • Loading branch information
gerrod3 authored and patchback[bot] committed Dec 17, 2024
1 parent a6faee9 commit 15b3681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/scripts/post_before_script.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ 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
cmd_prefix trust anchor /etc/pki/tls/cert.pem
else
cmd_prefix sudo trust anchor /etc/pulp/certs/pulp_webserver.crt
cmd_prefix trust anchor /etc/pulp/certs/pulp_webserver.crt
fi

0 comments on commit 15b3681

Please sign in to comment.