Skip to content

Commit

Permalink
Merge pull request #50 from Hiroya-W/fix-pipelines-docker
Browse files Browse the repository at this point in the history
fix bitbucket pipelines using docker
  • Loading branch information
pddg authored Jan 5, 2022
2 parents 0d61507 + 043ac1d commit 877f4fe
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions bitbucket-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,19 @@ definitions:
- step: &build-deploy
name: Build PDF by latexmk
script:
- bash bin/build.sh
- USE_DOCKER=no bash bin/build.sh
artifacts:
- main.log
- main.pdf
after-script:
- bash bin/upload_bitbucket.sh
image: pddg/latex:1.2.0
services:
- docker
image: pddg/latex:3.0.0
pipelines:
branches:
master:
- step: *build-deploy
tags:
v*:
- step: *build-deploy

0 comments on commit 877f4fe

Please sign in to comment.