aboutsummaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorChristopher Vogt <oss.nsp@cvogt.org>2016-08-28 21:10:22 -0400
committerChristopher Vogt <oss.nsp@cvogt.org>2016-08-28 21:10:22 -0400
commit1b8cf5628d5c32edcfbe35c7afaab265f603f085 (patch)
tree1935a22e6f34dd9f063c471c420050b7f620bf32 /circle.yml
parentb1c30f1afdbdf8b0f6ddf226a497df3c3ed21d73 (diff)
downloadcbt-1b8cf5628d5c32edcfbe35c7afaab265f603f085.tar.gz
cbt-1b8cf5628d5c32edcfbe35c7afaab265f603f085.tar.bz2
cbt-1b8cf5628d5c32edcfbe35c7afaab265f603f085.zip
try to fix circleci
for some reason the circle machines now have a .gitconfig that breaks jgit it replaces https github urls with ssh github urls in a way jgit does not like
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 6187f81..1615ad5 100644
--- a/circle.yml
+++ b/circle.yml
@@ -12,5 +12,6 @@ dependencies:
test:
override:
+ - rm ~/.gitconfig # avoid url replacement breaking jgit
- ./cbt direct test
- ./cbt test