mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-02-21 01:51:18 +00:00
Run shell scripts with bash
and not with sh
This commit is contained in:
parent
ac02de2aab
commit
4d2a946cd4
@ -59,4 +59,4 @@ before_install:
|
||||
before_script:
|
||||
- cd examples
|
||||
script:
|
||||
- sh build-examples.sh
|
||||
- bash build-examples.sh
|
@ -41,7 +41,7 @@ for f in *; do
|
||||
echo "${Blue}building '$f'${Color_Off}"
|
||||
cd "$f"
|
||||
echo " - running pandoc build script"
|
||||
sh "$PWD/build.sh"
|
||||
bash "$PWD/build.sh"
|
||||
echo " - generating preview"
|
||||
pdftoppm -r 150 -png "document.pdf" > "preview.png"
|
||||
echo ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user