Skip to content

Commit

Permalink
chore: add certificate to ca-trust and update ca trust
Browse files Browse the repository at this point in the history
  • Loading branch information
vibe13 committed Dec 15, 2024
1 parent f5b7edb commit 3d59f85
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ build:
- dnf install -y --setopt=tsflags=nodocs unzip zip
- mkdir certs
- curl -L "https://${INTERNAL_CERTS_HOST}/certs/Current-IT-Root-CAs.pem" -o certs/Current-IT-Root-CAs.pem
- cp certs/Current-IT-Root-CAs.pem /etc/pki/ca-trust/source/anchors/Current-IT-Root-CAs.pem
- update-ca-trust
- curl -s "https://get.sdkman.io" | bash
- echo "sdkman_auto_answer=true" > $HOME/.sdkman/etc/config
- source "$HOME/.sdkman/bin/sdkman-init.sh"
Expand Down

0 comments on commit 3d59f85

Please sign in to comment.