Skip to content

Commit 6368096

Browse files
committed
🔥 remove sed
1 parent 86edaec commit 6368096

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

-3
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,11 @@ 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
1918
- moban -m local.yml
2019
- git diff --exit-code
2120

2221
stage: test
2322

24-
before_script:
25-
2623
script:
2724
- find templates/ -type f -name '*.jj2' -exec echo '{}' \;|sed -e "s/templates\//{%include \"/" -e "s/$/\" %}/" > test.file
2825
- moban -c config/data.yml -t test.file -td templates .

0 commit comments

Comments
 (0)