Skip to content

Commit ed3841f

Browse files
committedJan 30, 2016
on a scale from 1 to annoying, i don't like circleCI anymore at all
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
1 parent bf3ad94 commit ed3841f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎circle.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies:
2323

2424
override:
2525
- mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
26-
- rsync -azC --delete ./ "$HOME/.go_workspace/src/$IMPORT_PATH/"
26+
- cp -a . "$HOME/.go_workspace/src/$IMPORT_PATH"
2727
- gx --verbose install --global
2828

2929
cache_directories:

0 commit comments

Comments
 (0)
Please sign in to comment.