From 986e3b1ea36ee207744a8c87a3ce646e4ff1a925 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 28 Feb 2019 08:04:39 -0600 Subject: [PATCH] DATAREDIS-920 - Fix path to artifactory. --- ci/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/build.sh b/ci/build.sh index 3c99f3ec4..f09c1aa3a 100755 --- a/ci/build.sh +++ b/ci/build.sh @@ -4,7 +4,7 @@ set -euo pipefail [[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2 -spring_data_redis_artifactory=$(pwd)/spring_data_redis_artifactory +spring_data_redis_artifactory=$(pwd)/spring-data-redis-artifactory rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || :