Skip to content

Commit

Permalink
remove circleci cache rm line
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielc committed Oct 22, 2015
1 parent fdcd02d commit a6a9a80
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ dependencies:
source $HOME/.gvm/scripts/gvm;
gvm use "go1.5.1";
rsync -a --delete ./ "$GOPATH/src/$IMPORT_PATH/"
# Temp blow source cache
post:
- rm -rf ~/kapacitor/
test:
override:
Expand Down

0 comments on commit a6a9a80

Please sign in to comment.