Skip to content
Snippets Groups Projects
Commit 1e0dfda9 authored by Marek Sterzik's avatar Marek Sterzik
Browse files

better mikdim-script

parent 01121865
Pipeline #8668 passed with stage
in 2 minutes and 39 seconds
......@@ -188,7 +188,7 @@ if [ -z "$working_branch" ]; then
working_branch="$CI_MERGE_REQUEST_TARGET_BRANCH_NAME"
fi
if [ -z "$working_branch" -a -z "$test_mode" ]; then
if [ -z "$working_branch" -a -z "$test_mode" -a -z "$install_only" ]; then
msg --warning "Warning: skipping build on non-branches"
exit 0
fi
......
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