File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ services:
55 network_mode : " host"
66 volumes :
77 - /tmp/ssl:/ssl
8- - /tmp/ssl-kmip:/ssl-kmip
8+ - /tmp/ssl-kmip:/tmp/ ssl-kmip
99 - ${HOME}/.aws/credentials:/root/.aws/credentials
1010 - /tmp/artifacts/${JOB_NAME}:/artifacts
1111 environment :
Original file line number Diff line number Diff line change @@ -339,9 +339,9 @@ jobs:
339339 S3KMIP_COMPOUND_CREATE : false
340340 S3KMIP_BUCKET_ATTRIBUTE_NAME : ' '
341341 S3KMIP_PIPELINE_DEPTH : 8
342- S3KMIP_KEY : /ssl-kmip/kmip-client-key.pem
343- S3KMIP_CERT : /ssl-kmip/kmip-client-cert.pem
344- S3KMIP_CA : /ssl-kmip/kmip-ca.pem
342+ S3KMIP_KEY : /tmp/ ssl-kmip/kmip-client-key.pem
343+ S3KMIP_CERT : /tmp/ ssl-kmip/kmip-client-cert.pem
344+ S3KMIP_CA : /tmp/ ssl-kmip/kmip-ca.pem
345345 steps :
346346 - name : Checkout
347347 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments