Skip to content
Snippets Groups Projects
Commit edec2f6c authored by Raphael Defosseux's avatar Raphael Defosseux
Browse files

CI: hotfix -- bash syntax error


Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 3cdad2d0
No related branches found
No related tags found
No related merge requests found
......@@ -274,7 +274,7 @@ then
else
echo "echo \"sudo apt-get --yes --quiet install zip subversion libboost-dev \"" >> $VM_CMDS
echo "sudo apt-get update > zip-install.txt 2>&1" >> $VM_CMDS
echo "sudo apt-get --yes install zip subversion libboost-dev >>> zip-install.txt 2>&1" >> $VM_CMDS
echo "sudo apt-get --yes install zip subversion libboost-dev >> zip-install.txt 2>&1" >> $VM_CMDS
fi
echo "mkdir tmp" >> $VM_CMDS
echo "cd tmp" >> $VM_CMDS
......
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