Compare commits
1 Commits
baf2b405aa
...
b6ecb8d682
| Author | SHA1 | Date | |
|---|---|---|---|
| b6ecb8d682 |
@ -12,11 +12,13 @@ jobs:
|
||||
volumes:
|
||||
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
|
||||
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
|
||||
- /etc/pki/tls/certs/ca-bundle.crt:/etc/docker/certs.d/git.query.consul/ca.crt
|
||||
|
||||
steps:
|
||||
- name: Set up environment
|
||||
run: |
|
||||
apk add --no-cache make bash git nodejs
|
||||
cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
update-ca-certificates
|
||||
|
||||
- name: Checkout code
|
||||
|
||||
@ -14,11 +14,13 @@ jobs:
|
||||
volumes:
|
||||
- /etc/pki/tls/certs/ca-bundle.crt:/etc/pki/tls/certs/ca-bundle.crt
|
||||
- /etc/pki/tls/certs/ca-bundle.crt:/etc/ssl/certs/ca-certificates.crt
|
||||
- /etc/pki/tls/certs/ca-bundle.crt:/etc/docker/certs.d/git.query.consul/ca.crt
|
||||
|
||||
steps:
|
||||
- name: Set up environment
|
||||
run: |
|
||||
apk add --no-cache make bash git nodejs
|
||||
cp /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
|
||||
update-ca-certificates
|
||||
|
||||
- name: Checkout code
|
||||
|
||||
Reference in New Issue
Block a user