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