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

Fixing pipelines

parent 32bf9d7a
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ function test_version_step_vm()
echo "fi" >> check_script
echo "if [ ! -f success ]; then" >> check_script
echo " echo \"Delivery phase 1 uncomplete\"" >> check_script
echo " echo \"phase uncomplete\"" >> check_script
echo " exit 1" >> check_script
echo "fi" >> check_script
echo "success=\$(cat success)" >> check_script
......
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