Skip to content
Snippets Groups Projects
Commit d76eb105 authored by Pietro Incardona's avatar Pietro Incardona
Browse files

fixing pipeline test phases

parent ea997450
No related branches found
No related tags found
No related merge requests found
......@@ -118,3 +118,11 @@ function test_delivery_phase2_generate_performance_report()
test_version_step $1
}
function test_phase()
{
phase_completed=true
phase_missmatch=false
phase_failure=false
test_version_step $1
}
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