This is an automated email from the ASF dual-hosted git repository.
leesf pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 3ecde42 [HUDI-734] Fix error: cannot create directory ‘test-content’:
File exists (#1442)
3ecde42 is described below
commit 3ecde42e4e7c91ef9f2f6b2191b0deeaa9a1b35b
Author: lamber-ken <[email protected]>
AuthorDate: Wed Mar 25 03:25:46 2020 -0500
[HUDI-734] Fix error: cannot create directory ‘test-content’: File exists
(#1442)
---
.travis.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml
index 1f28d97..abf6e96 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,7 +31,7 @@ after_success:
- echo $TRAVIS_PULL_REQUEST
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then echo "ignore push build
result for per submit"; exit 0; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then echo "pushing build result
..."; fi'
- - mkdir test-content && \cp -rf ${DOCS_ROOT}/_site/* test-content
+ - mkdir -p test-content && \cp -rf ${DOCS_ROOT}/_site/* test-content
- git add -A
- git commit -am "Travis CI build asf-site"
- git push hudi pr:asf-site