Skip to content
Snippets Groups Projects
Commit 0fdc690b authored by Yaman Umuroglu's avatar Yaman Umuroglu
Browse files

[Build] auto-exit build_custom if no errors

parent 72bd1487
No related branches found
No related tags found
No related merge requests found
......@@ -133,7 +133,7 @@ elif [ "$1" = "build_custom" ]; then
DOCKER_INTERACTIVE="-it"
#FINN_HOST_BUILD_DIR=$BUILD_DATAFLOW_DIR/build
gecho "Running build_custom: $BUILD_CUSTOM_DIR/build.py"
DOCKER_CMD="python -mpdb -c continue build.py"
DOCKER_CMD="python -mpdb -cc -cq build.py"
else
gecho "Running container only"
DOCKER_CMD="bash"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment