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

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

git log --pretty=format:"%h - %an, %aD : %s" -n 10
update DarkDimius scala scala-scala dotty-library
sbt $sbtArgs update compile test