1
0
mirror of synced 2026-09-12 10:55:03 +00:00
Files
spring-data-elasticsearch/ci/clean.sh
T
2020-12-15 11:09:24 -06:00

7 lines
182 B
Bash
Executable File

#!/bin/bash -x
set -euo pipefail
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" \
./mvnw clean -Dmaven.repo.local=/tmp/jenkins-home/.m2/spring-data-elasticsearch