Fix double slashes in secring paths.

Closes #6
This commit is contained in:
Mark Paluch
2025-06-13 13:41:41 +02:00
parent 7fd9d3c1b7
commit 1ce35db775
4 changed files with 16 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export JENKINS_HOME=/tmp/jenkins-home
export RELEASE_TOOLS_MAVEN_REPOSITORY=${JENKINS_HOME}/.m2/spring-data-release-tools
export LOGS_DIR=${JENKINS_HOME}/spring-data-shell/logs
export SETTINGS_XML=$(pwd)/ci/settings.xml
export GNUPGHOME=~/.gnupg/
export GNUPGHOME=~/.gnupg
if test -f application-local.properties; then
echo "You are running from dev environment! Using application-local.properties."