Make circle.yml identical on master and develop

This commit is contained in:
Peter Dimov 2019-01-09 21:28:22 +02:00
parent 47ef674f75
commit 7b5067c1fa

View file

@ -22,7 +22,8 @@ machine:
echo 'python "${HOME}/${SCRIPT}.py" "$@"' >> "${HOME}/script.sh"
chmod +x "${HOME}/script.sh"
post:
- sudo apt-get update; sudo apt-get install xsltproc
- sudo apt-get update
- sudo apt-get install xsltproc
- exec "${HOME}/script.sh" machine_post
checkout:
post: