We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2835e78 commit 2aa44a3Copy full SHA for 2aa44a3
ci/build.sh
@@ -4,7 +4,7 @@ set -euo pipefail
4
5
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
6
7
-spring_data_jdbc_artifactory=$(pwd)/spring_data_jdbc_artifactory
+spring_data_jdbc_artifactory=$(pwd)/spring-data-jdbc-artifactory
8
9
rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || :
10
ci/build.yml
@@ -17,4 +17,4 @@ caches:
17
- path: maven
18
19
run:
20
- path: spring-data-jdbc-github/ci/deploy.sh
+ path: spring-data-jdbc-github/ci/build.sh
0 commit comments