Browse Source

DATAJDBC-316 - Polishing.

pull/121/head
Greg Turnquist 7 years ago
parent
commit
2aa44a38fd
No known key found for this signature in database
GPG Key ID: CB2FA4D512B5C413
  1. 2
      ci/build.sh
  2. 2
      ci/build.yml

2
ci/build.sh

@ -4,7 +4,7 @@ set -euo pipefail @@ -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 || :

2
ci/build.yml

@ -17,4 +17,4 @@ caches: @@ -17,4 +17,4 @@ caches:
- path: maven
run:
path: spring-data-jdbc-github/ci/deploy.sh
path: spring-data-jdbc-github/ci/build.sh

Loading…
Cancel
Save