Skip to content

Commit 6881d5b

Browse files
committed
Fix permissions for ca cert setup
1 parent 891013b commit 6881d5b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

compose.override.sdlc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -388,8 +388,8 @@ configs:
388388
389389
set -e
390390
391-
cp /traefik-ca/ca.crt /usr/local/share/ca-certificates/traefik-ca.crt
392-
update-ca-certificates
391+
sudo cp /traefik-ca/ca.crt /usr/local/share/ca-certificates/traefik-ca.crt
392+
sudo update-ca-certificates
393393
394394
# Creates all CI secrets in the Gitea repo. Can be skipped by setting SKIP_CI_SECRET_SETUP=true,
395395
# which is useful for labs that guide users through creating the secrets themselves.

0 commit comments

Comments
 (0)