Commit 331fe06f authored by Romain Courteaud's avatar Romain Courteaud

Update sanef code repository at each run

parent ee83e179
......@@ -54,7 +54,7 @@ repository = https://saneftestbot:kucahS5oav6jahch@git.erp5.org/repos/erp5/sanef
branch = CR1094
# command = ${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}
command = (${git:location}/bin/git clone --quiet -b ${:branch} ${:repository} ${:location}) || (rm -fr ${:location} && exit 1)
update-command =
update-command = cd ${:location} && ${git:location}/bin/git pull --quiet
[versions]
MySQL-python = 1.2.3
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment