Compare commits
1 Commits
b6ecb8d682
...
baf2b405aa
| Author | SHA1 | Date | |
|---|---|---|---|
| baf2b405aa |
@ -12,13 +12,11 @@ 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,13 +14,11 @@ 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