We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 629c4fa commit 071216bCopy full SHA for 071216b
buildAndRun.sh
@@ -2,7 +2,7 @@ sleep 0.2 # So we log under db_1 :)
2
echo "Hacky build-script is starting up. We're reusing the devcontainer (as opposed to getting a proper JRE image)"
3
echo "This is going to take long the first time, Maven needs to install lots of dependencies"
4
cd workspace
5
-/usr/local/sdkman/candidates/maven/current/bin/mvn -T 4 package -DskipTests -nsu -ntp
6
-cd target
+/usr/local/sdkman/candidates/maven/current/bin/mvn -T 4 package -DskipTests -nsu -ntp && echo "Done"
+cd target
7
echo "Running spring application"
8
-java -jar polls-0.0.1-SNAPSHOT.jar
+java -jar polls-0.0.1-SNAPSHOT.jar && echo "Done"
0 commit comments