Skip to content

Commit

Permalink
ci: fixing working dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Kleinman committed Feb 25, 2015
1 parent 222428b commit 5aca8c9
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .mci.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
pre:
- command: git.get_project
params:
directory: "docs-tools"
directory: "docs-mongodb"
- command: git.apply_patch
params:
directory: "docs-tools"
directory: "docs-mongodb"
- command: shell.exec
params:
working_dir: "docs-mongodb"
script: |
virtualenv ~/venv
Expand All @@ -18,13 +19,15 @@ tasks:
commands:
- command: shell.exec
params:
working_dir: "docs-mongodb"
script: |
source ${venv}/activate
${venv}/giza generate source
${venv}/giza sphinx --builder publish --serial_sphinx
- command: shell.exec
params:
working_dir: "docs-mongodb"
script: |
source ${venv}/activate
Expand Down

0 comments on commit 5aca8c9

Please sign in to comment.