Skip to content

Commit

Permalink
Join commands with && so if build fails, program is not launched.
Browse files Browse the repository at this point in the history
  • Loading branch information
dastultz committed Nov 22, 2017
1 parent 2661290 commit 13d45fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion run_platform.sh
@@ -1,2 +1,2 @@
mvn install -DskipTests=true
mvn install -DskipTests=true && \
mvn nbm:run-platform -pl ugs-platform/application

0 comments on commit 13d45fe

Please sign in to comment.