Commit c91ca1d6 authored by Michele Carignani's avatar Michele Carignani
Browse files

Fixing build script

parent 551fda97
Pipeline #150 failed with stage
......@@ -12,10 +12,8 @@ rm build/*-API.json
cd docker
./build-container.sh
./run-container.sh "${run_dir}"
cd ..
python ./scripts/add_change_comment.py
./run-container.sh "${run_dir}"
OUTCOME=$?
exit $?
exit $OUTCOME
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment