Skip to content

Commit dbd7e28

Browse files
authored
Merge pull request #12 from russmiles/force-script-exit-on-env-missing
Added check for exit of environment checking script
2 parents b19ddd0 + 0dac60a commit dbd7e28

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/shell.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
export AGENT_APPLICATION=..
44

5-
#export MAVE_PROFILE=enable-mcp
5+
#export MAVEN_PROFILE=enable-mcp
66

7-
./support/check_env.sh
7+
./support/check_env.sh || exit 1
88

99
cd ..
1010
mvn -Dmaven.test.skip=true spring-boot:run

0 commit comments

Comments
 (0)