summaryrefslogtreecommitdiffstats
path: root/screwdriver/build-vespa.sh
diff options
context:
space:
mode:
Diffstat (limited to 'screwdriver/build-vespa.sh')
-rwxr-xr-xscrewdriver/build-vespa.sh10
1 files changed, 5 insertions, 5 deletions
diff --git a/screwdriver/build-vespa.sh b/screwdriver/build-vespa.sh
index 1fe0cc944dc..51dda3a1658 100755
--- a/screwdriver/build-vespa.sh
+++ b/screwdriver/build-vespa.sh
@@ -35,12 +35,12 @@ case $SHOULD_BUILD in
ccache --show-stats
;;
java)
- ./bootstrap.sh java
- mvn -V $VESPA_MAVEN_EXTRA_OPTS install
- ;;
+ ./bootstrap.sh java
+ mvn -V $VESPA_MAVEN_EXTRA_OPTS install
+ ;;
go)
- make -C client/go -j ${NUM_THREADS}
- ;;
+ make -C client/go -j ${NUM_THREADS}
+ ;;
*)
make -C client/go -j ${NUM_THREADS}
./bootstrap.sh java