DATAREDIS-920 - Fix path to artifactory.
This commit is contained in:
@@ -4,7 +4,7 @@ set -euo pipefail
|
||||
|
||||
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
|
||||
|
||||
spring_data_redis_artifactory=$(pwd)/spring_data_redis_artifactory
|
||||
spring_data_redis_artifactory=$(pwd)/spring-data-redis-artifactory
|
||||
|
||||
rm -rf $HOME/.m2/repository/org/springframework/data 2> /dev/null || :
|
||||
|
||||
|
||||
Reference in New Issue
Block a user