Compare commits
1 Commits
d740d6e0ae
...
213700bffa
| Author | SHA1 | Date | |
|---|---|---|---|
| 213700bffa |
@ -9,9 +9,6 @@ jobs:
|
||||
container:
|
||||
image: docker:dind
|
||||
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
|
||||
|
||||
@ -4,6 +4,7 @@ on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
pull_request:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@ -11,9 +12,6 @@ jobs:
|
||||
container:
|
||||
image: docker:dind
|
||||
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