Skip to content

Commit

Permalink
use bash to run the script instead...
Browse files Browse the repository at this point in the history
  • Loading branch information
joshloyal committed Jan 19, 2018
1 parent e20b238 commit 159e64e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file modified ci_scripts/circleci/build_doc.sh
100755 → 100644
Empty file.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ dependencies:
- sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install dvipng texlive-latex-base texlive-latex-extra

override:
- ./ci_scripts/circleci/build_doc.sh:
- bash ci_scripts/circleci/build_doc.sh:
timeout: 3600 # seconds
test:
# Grep error on the documentation
Expand Down

0 comments on commit 159e64e

Please sign in to comment.