aboutsummaryrefslogtreecommitdiff
path: root/scripts/jobs/validate/partest
blob: 02a4327037cfd8c4c381bf212aa1172b0210c4f9 (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, %ar : %s" -n 10

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