summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml4
1 files changed, 3 insertions, 1 deletions
diff --git a/circle.yml b/circle.yml
index 37c320b350..2f1b5089de 100644
--- a/circle.yml
+++ b/circle.yml
@@ -22,7 +22,9 @@ 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
+ - sudo apt-get install asciidoctor
- exec "${HOME}/script.sh" machine_post
checkout:
post: