Skip to content

Instantly share code, notes, and snippets.

@whywaita
Created May 20, 2016 02:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whywaita/41b116d8fc3c10ca214144efadefc7f3 to your computer and use it in GitHub Desktop.
Save whywaita/41b116d8fc3c10ca214144efadefc7f3 to your computer and use it in GitHub Desktop.
image: whywaita/docker-latex-jlisting:latest
before_script:
- ruby --version
media:
stage: build
script:
- cd media
- mkdir tmp
- mkdir output
- rake
artifacts:
paths:
- ./media/output/report.pdf
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment