Skip to content

Commit 86edaec

Browse files
committed
🐛 update sed location
1 parent 92b799a commit 86edaec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,13 @@ jobs:
1515
include:
1616
- stage: moban
1717
script:
18+
- sed -i "s/{{ \(\w*\) | repr }}/'{{ \1 }}'/;s/{%- \(for\|endfor\)/{% \1/" ~/.moban/sphinx/sphinx/templates/quickstart/conf.py_t
1819
- moban -m local.yml
1920
- git diff --exit-code
2021

2122
stage: test
2223

2324
before_script:
24-
- sed -i "s/{{ \(\w*\) | repr }}/'{{ \1 }}'/;s/{%- \(for\|endfor\)/{% \1/"
25-
~/.moban/sphinx/sphinx/templates/quickstart/conf.py_t
2625

2726
script:
2827
- find templates/ -type f -name '*.jj2' -exec echo '{}' \;|sed -e "s/templates\//{%include \"/" -e "s/$/\" %}/" > test.file

0 commit comments

Comments
 (0)