#!/bin/bash -e baseDir=${WORKSPACE-`pwd`} scriptsDir="$baseDir/scripts" . $scriptsDir/common sbt $sbtArgs update compile "partest-only run"