We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92b799a commit 86edaecCopy full SHA for 86edaec
.travis.yml
@@ -15,14 +15,13 @@ jobs:
15
include:
16
- stage: moban
17
script:
18
+ - sed -i "s/{{ \(\w*\) | repr }}/'{{ \1 }}'/;s/{%- \(for\|endfor\)/{% \1/" ~/.moban/sphinx/sphinx/templates/quickstart/conf.py_t
19
- moban -m local.yml
20
- git diff --exit-code
21
22
stage: test
23
24
before_script:
- - sed -i "s/{{ \(\w*\) | repr }}/'{{ \1 }}'/;s/{%- \(for\|endfor\)/{% \1/"
25
- ~/.moban/sphinx/sphinx/templates/quickstart/conf.py_t
26
27
28
- find templates/ -type f -name '*.jj2' -exec echo '{}' \;|sed -e "s/templates\//{%include \"/" -e "s/$/\" %}/" > test.file
0 commit comments