0
Fork 0
mirror of https://github.com/ninenines/cowboy.git synced 2025-07-14 20:30:23 +00:00

Don't fail when copying erl_make_certs

This commit is contained in:
Loïc Hoguin 2018-05-23 17:07:18 +02:00
parent 15ed6df51a
commit db8e713a86
No known key found for this signature in database
GPG key ID: 8A9DF795F6FED764

View file

@ -71,4 +71,4 @@ $(H2SPEC):
# Use erl_make_certs from the tested release during CI.
ci-setup:: clean deps test-deps
$(gen_verbose) cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/
$(gen_verbose) cp ~/.kerl/builds/$(CI_OTP_RELEASE)/otp_src_git/lib/ssl/test/erl_make_certs.erl deps/ct_helper/src/ || true