Skip to content

Commit

Permalink
fix: missing ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Sep 2, 2024
1 parent e4a1d93 commit 22474ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci-dso.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ deploy:
GITHUB_TOKEN_INFRA_REPO: "${GITHUB_TOKEN_INFRA_REPO}"
script:
- echo "Deploying tag $TAG from branch $CI_COMMIT_REF_SLUG"
- apt-get update && apt-get install --no-install-recommends --yes curl
- apt-get update && apt-get install --no-install-recommends --yes curl ca-certificates
- |
if [[ "$CI_COMMIT_REF_SLUG" == "cloud-pi-demo" ]]; then
ENVIRONMENT=main
Expand Down

0 comments on commit 22474ae

Please sign in to comment.