Skip to content

Commit

Permalink
docker failures
Browse files Browse the repository at this point in the history
  • Loading branch information
edusantana committed Jun 8, 2020
1 parent 5cf379e commit 9cad2a3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,5 @@ jobs:
script: bin/build-docker.sh && bin/deploy-docker.sh $TRAVIS_TAG
on:
tags: true
after_failure:
- cat /root/.TinyTeX/texmf-var/web2c/tlmgr.log
2 changes: 1 addition & 1 deletion containers/ruby-latex-pandoc.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ ENV LANG pt_BR.UTF8

# Instalação do pandoc
WORKDIR /tmp
RUN wget https://github.com/jgm/pandoc/releases/download/2.7.3/pandoc-2.7.3-1-amd64.deb \
RUN wget https://github.com/jgm/pandoc/releases/download/2.9.2.1/pandoc-2.9.2.1-1-amd64.deb \
&& dpkg -i pandoc-*.deb \
&& rm pandoc-*.deb

0 comments on commit 9cad2a3

Please sign in to comment.