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

Fixing delivery phase 1 test

parent 6bfa7202
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,7 @@ function test_version_step()
else
echo "Matching"
fi
ls success_file
if [ -f success_file ]; then
if [ ! -f success_file ]; then
echo "Delivery phase 1 uncomplete"
delivery_phase_1_completed=false
fi
......
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