Compare commits
1 Commits
1d42f57c2e
...
de3442c9ba
| Author | SHA1 | Date | |
|---|---|---|---|
| de3442c9ba |
@ -9,6 +9,9 @@ jobs:
|
||||
container:
|
||||
image: git.query.consul/unkin/almalinux8:latest
|
||||
options: --privileged
|
||||
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
|
||||
|
||||
steps:
|
||||
- name: Set up environment
|
||||
|
||||
@ -11,6 +11,9 @@ jobs:
|
||||
container:
|
||||
image: git.query.consul/unkin/almalinux8:latest
|
||||
options: --privileged
|
||||
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
|
||||
|
||||
steps:
|
||||
- name: Set up environment
|
||||
|
||||
Reference in New Issue
Block a user