Files
spring-hateoas/ci/test.sh
Greg Turnquist f38c2f4e23 #847 - Move 'ci' profile into pipeline.
To let the pipeline inject custom profiles, the 'ci' profile needs to move out of `test.sh` script and instead be injected.
2019-03-03 12:54:18 -06:00

12 lines
256 B
Bash
Executable File

#!/bin/bash
set -euo pipefail
[[ -d $PWD/maven && ! -d $HOME/.m2 ]] && ln -s $PWD/maven $HOME/.m2
rm -rf $HOME/.m2/repository/org/springframework/hateoas 2> /dev/null || :
cd spring-hateoas-github
./mvnw clean dependency:list test -P${PROFILE} -Dsort