diff options
author | Loïc Hoguin <[email protected]> | 2018-05-23 17:07:18 +0200 |
---|---|---|
committer | Loïc Hoguin <[email protected]> | 2018-05-23 17:07:18 +0200 |
commit | db8e713a86a3d26fb182c2ea81e53f14fcfb7b73 (patch) | |
tree | ae80d9239ca764304c6b4a7cfebda61277995f65 | |
parent | 15ed6df51a45304096329711589e58b1b3e026a7 (diff) | |
download | cowboy-db8e713a86a3d26fb182c2ea81e53f14fcfb7b73.tar.gz cowboy-db8e713a86a3d26fb182c2ea81e53f14fcfb7b73.tar.bz2 cowboy-db8e713a86a3d26fb182c2ea81e53f14fcfb7b73.zip |
Don't fail when copying erl_make_certs
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |