Browse Source

Don't fail when copying erl_make_certs

Loïc Hoguin 7 years ago
parent
commit
db8e713a86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Makefile

+ 1 - 1
Makefile

@@ -71,4 +71,4 @@ $(H2SPEC):
 # Use erl_make_certs from the tested release during CI.
 # Use erl_make_certs from the tested release during CI.
 
 
 ci-setup:: clean deps test-deps
 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