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

Adding is delivery 1 passed

parent bf1e76af
No related branches found
No related tags found
No related merge requests found
......@@ -18,10 +18,12 @@ function test_version_step()
echo "Matching"
fi
if [ -f success ]; then
echo "Success file is missing"
delivery_phase_1_completed=false
fi
success=$(cat success)
if [ x"$success" == x"0" ]; then
echo "Delivery phase 1 has failed"
delivery_phase_1_failure=true
fi
cd ..
......
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