shippable logs: -------------- git_sync - ssh-agent bash -c 'ssh-add /tmp/ssh/01_deploy; git clone https://github.com/philmd/qemu.git /root/src/github.com/philmd/qemu' Identity added: /tmp/ssh/01_deploy (rsa w/o comment) Cloning into '/root/src/github.com/philmd/qemu'... fatal: unable to access 'https://github.com/philmd/qemu.git/': Problem with the SSL CA cert (path? access rights?) retrying 1 of 3 times...
Signed-off-by: Philippe Mathieu-Daudé <f4...@amsat.org> --- .shippable.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.shippable.yml b/.shippable.yml index 5170486ff9..b661e667b3 100644 --- a/.shippable.yml +++ b/.shippable.yml @@ -2,6 +2,10 @@ language: c env: global: - LC_ALL=C + # sometimes Shippable fails to clone from github (git_sync stage): + # "Problem with the SSL CA cert (path? access rights?)" + # for now disable SSL verification. + - GIT_SSL_NO_VERIFY=1 matrix: - IMAGE=debian-armhf-cross TARGET_LIST=arm-softmmu,arm-linux-user -- 2.11.0