mirror of
https://github.com/ipfs/kubo.git
synced 2025-09-15 03:03:08 +08:00
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>
This commit is contained in:
@ -26,7 +26,7 @@ dependencies:
|
|||||||
override:
|
override:
|
||||||
- rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
|
- rm -rf "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||||
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
|
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||||
- cp -a ./* "$HOME/.go_workspace/src/$IMPORT_PATH"
|
- cp -aT . "$HOME/.go_workspace/src/$IMPORT_PATH"
|
||||||
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
|
- cd "$HOME/.go_workspace/src/$IMPORT_PATH" && make deps
|
||||||
|
|
||||||
cache_directories:
|
cache_directories:
|
||||||
|
Reference in New Issue
Block a user