From ed3841f6870188abaa5f848c6cdfc2a19fa33e43 Mon Sep 17 00:00:00 2001
From: Jeromy <jeromyj@gmail.com>
Date: Sat, 30 Jan 2016 11:30:10 -0800
Subject: [PATCH] on a scale from 1 to annoying, i don't like circleCI anymore
 at all

License: MIT
Signed-off-by: Jeromy <jeromyj@gmail.com>
---
 circle.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/circle.yml b/circle.yml
index 168ac7734..85d066ce1 100644
--- a/circle.yml
+++ b/circle.yml
@@ -23,7 +23,7 @@ dependencies:
 
   override:
     - mkdir -p "$HOME/.go_workspace/src/$IMPORT_PATH"
-    - rsync -azC --delete ./ "$HOME/.go_workspace/src/$IMPORT_PATH/"
+    - cp -a . "$HOME/.go_workspace/src/$IMPORT_PATH"
     - gx --verbose install --global
 
   cache_directories:
-- 
GitLab