|
|
|
@ -8,7 +8,7 @@ pipelines:
|
|
|
|
- step:
|
|
|
|
- step:
|
|
|
|
name: Build and Upload PDF
|
|
|
|
name: Build and Upload PDF
|
|
|
|
script:
|
|
|
|
script:
|
|
|
|
- latexmk -pdf main.tex
|
|
|
|
- latexmk -pdf CurrentWriting/Main.tex
|
|
|
|
- curl -X POST "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"main.pdf"
|
|
|
|
- curl -X POST "https://${BB_AUTH_STRING}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"main.pdf"
|
|
|
|
artifacts:
|
|
|
|
artifacts:
|
|
|
|
- main.pdf
|
|
|
|
- main.pdf
|
|
|
|
|