Commit f24d1ff6 authored by Elian Kraja's avatar Elian Kraja Committed by Giacomo Bernini
Browse files

Update .jenkins.sh: Adding missing parameter to run-container script

parent 0faa7460
......@@ -18,7 +18,7 @@ if [ "$ret" != "0" ]; then
exit -1
fi
bash ./scripts/run-container.sh "${run_dir}"
bash ./scripts/run-container.sh "${run_dir}" "$GIT_BRANCH"
ret=$?
if [ "$ret" != "0" ]; then
echo "run-container.sh failed"
......
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