We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 89ea65e commit 6a9ec22Copy full SHA for 6a9ec22
.github/workflows/test.yml
@@ -50,7 +50,9 @@ jobs:
50
steps:
51
- uses: actions/checkout@v3
52
- name: Generate TLS certificates
53
- run: extras/ci/generate_certs.sh "$CH_SSL_CA_CERTIFICATE" "$CH_SSL_CERTIFICATE" "$CH_SSL_PRIVATE_KEY"
+ run: |
54
+ extras/ci/generate_certs.sh "$CH_SSL_CA_CERTIFICATE" "$CH_SSL_CERTIFICATE" "$CH_SSL_PRIVATE_KEY"
55
+ chmod 644 "$CH_SSL_CA_CERTIFICATE" "$CH_SSL_CERTIFICATE"
56
# NOTE:
57
# - we cannot use "services" because they are executed before the steps, i.e. repository checkout.
58
# - "job.container.network" is empty, hence "host"
0 commit comments