@cryptotaxi247 / kubo / commits / bae44adec

Copy hidden files on CircleCi

As otherwise we loose .git directory which is required for Coveralls to report Coverage properly. License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>

Jakub Sztandera committed Dec 6, 2016 at 15:24 UTC bae44adec4c806824f99e8b4cea4bca6fce3081c
1 file changed +1 -1
circle.yml
+1 -1
@@ -26,7 +26,7 @@ dependencies:
26 override:
27 - rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
28 - mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
29 - - cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
29 + - cp -aT . "$HOME/.go_workspace/src/$IMPORT_PATH"
30 - cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
31
32 cache_directories: