Skip to content

Commit 2aa44a3

Browse files
committed
DATAJDBC-316 - Polishing.
1 parent 2835e78 commit 2aa44a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ci/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -euo pipefail
44

55
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
66

7-
spring_data_jdbc_artifactory=$(pwd)/spring_data_jdbc_artifactory
7+
spring_data_jdbc_artifactory=$(pwd)/spring-data-jdbc-artifactory
88

99
rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || :
1010

ci/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ caches:
1717
- path: maven
1818

1919
run:
20-
path: spring-data-jdbc-github/ci/deploy.sh
20+
path: spring-data-jdbc-github/ci/build.sh

0 commit comments

Comments
 (0)