Skip to content

Commit

Permalink
exit with error code (and appropriate message) on either build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
dannon committed Nov 29, 2018
1 parent 77aec5a commit fa408f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/common_startup.sh
Expand Up @@ -249,6 +249,7 @@ if [ $SKIP_CLIENT_BUILD -eq 0 ]; then
fi
else
echo "ERROR: Galaxy client dependency installation failed. See ./client/README.md for more information, including how to get help."
exit 1
fi
popd
else
Expand Down

0 comments on commit fa408f4

Please sign in to comment.