From 2aa44a38fd8b7fb5ee2042cbaee4813250837333 Mon Sep 17 00:00:00 2001 From: Greg Turnquist Date: Thu, 28 Feb 2019 11:47:30 -0600 Subject: [PATCH] DATAJDBC-316 - Polishing. --- ci/build.sh | 2 +- ci/build.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ci/build.sh b/ci/build.sh index 4ee8f6093..2bb9102cf 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_jdbc_artifactory=$(pwd)/spring_data_jdbc_artifactory +spring_data_jdbc_artifactory=$(pwd)/spring-data-jdbc-artifactory rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || : diff --git a/ci/build.yml b/ci/build.yml index 370047c52..2fcb94f9d 100644 --- a/ci/build.yml +++ b/ci/build.yml @@ -17,4 +17,4 @@ caches: - path: maven run: - path: spring-data-jdbc-github/ci/deploy.sh + path: spring-data-jdbc-github/ci/build.sh