on a scale from 1 to annoying, i don't like circleCI anymore at all
License: MIT Signed-off-by: Jeromy <jeromyj@gmail.com>
Jeromy committed
Jan 30, 2016 at 11:30 UTC
ed3841f6870188abaa5f848c6cdfc2a19fa33e43
1 file changed
+1
-1
circle.yml
+1
-1
@@ -23,7 +23,7 @@ dependencies:
23
24
override:
25
- 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"
27
- gx --verbose install --global
28
29
cache_directories: