Skip to content
This repository has been archived by the owner on Apr 22, 2024. It is now read-only.

Commit

Permalink
certs read permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nacx committed Feb 19, 2024
1 parent 7824d43 commit 7d01f94
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,5 +88,7 @@ jobs:
if: failure()
with:
name: e2e-logs
path: e2e/**/logs/*
path: |
e2e/**/logs/*
e2e/**/certs/*
if-no-files-found: ignore
1 change: 1 addition & 0 deletions e2e/keycloak/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ include ../suite.mk


gen: gen/ca gen/certs ## Generates the CA and certificates
@chmod -R a+r $(CERTS_DIR)

$(CERTS_DIR):
@mkdir -p $(CERTS_DIR)
Expand Down

0 comments on commit 7d01f94

Please sign in to comment.