Add sub-project-specific directory (e.g. 'boot') under /tmp/geode directory on build machine.

This commit is contained in:
John Blum
2021-04-14 14:51:43 -07:00
parent d0deadefbb
commit 102928314c
4 changed files with 6 additions and 6 deletions

View File

@@ -9,7 +9,7 @@ echo "Deploying docs on host [$HOSTNAME]"
# Syntax: `chown -R userId:groupId .`
chown -R 1001:1001 .
GRADLE_OPTS="-Duser.name=jenkins -Djava.io.tmpdir=/tmp -Dgradle.user.home=/tmp/geode/docs-gradle-cache" \
GRADLE_OPTS="-Duser.name=jenkins -Djava.io.tmpdir=/tmp -Dgradle.user.home=/tmp/geode/boot/docs-gradle-cache" \
./gradlew deployDocs --no-daemon --stacktrace \
-PdeployDocsSshKeyPath=$DEPLOY_SSH_KEY \
-PdeployDocsSshUsername=$SPRING_DOCS_USERNAME