Skip to content

Commit a39b457

Browse files
committed
Update snapshots on each build.
Closes #1997
1 parent ede4b08 commit a39b457

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/test.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ cwd=$(pwd)
1111
pushd /tmp && ln -s /work && make -f $cwd/Makefile start && popd
1212

1313
# Execute maven test
14-
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean test -P${PROFILE} -DrunLongTests=${LONG_TESTS:-false} -B
14+
MAVEN_OPTS="-Duser.name=jenkins -Duser.home=/tmp/jenkins-home" ./mvnw clean test -P${PROFILE} -DrunLongTests=${LONG_TESTS:-false} -U -B
1515

1616
# Capture resulting exit code from maven (pass/fail)
1717
RESULT=$?
@@ -20,4 +20,4 @@ RESULT=$?
2020
pushd /tmp && make -f $cwd/Makefile stop && popd
2121

2222
# Return maven results
23-
exit $RESULT
23+
exit $RESULT

0 commit comments

Comments
 (0)