aboutsummaryrefslogtreecommitdiff
path: root/scripts/jobs/validate/partest
blob: 24dd34c4b0ab59044cf4dafe1c39079ab373da7e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
#!/bin/bash -e

baseDir=${WORKSPACE-`pwd`}
scriptsDir="$baseDir/scripts"
. $scriptsDir/common

git log --pretty=format:"%h - %an, %aD : %s" -n 10

sbt $sbtArgs update compile "partest-only run --show-diff --verbose"