From 00a625efd07ac52099cc65412f514c50b25b6eac Mon Sep 17 00:00:00 2001 From: Gabriele C Date: Mon, 25 Jan 2016 18:31:22 +0100 Subject: [PATCH] Try to fix circle builds... --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 672011c2e..7de576c76 100644 --- a/circle.yml +++ b/circle.yml @@ -3,7 +3,7 @@ machine: version: oraclejdk7 general: artifacts: - - "target/AuthMe-*.jar" + - "/home/ubuntu/AuthMeReloaded/target/AuthMe-*.jar" test: override: - mvn clean install -B