diff --git a/ci/build.sh b/ci/build.sh index 4ee8f609..2bb9102c 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 370047c5..2fcb94f9 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