Update .gitlab-ci.yml file
This commit is contained in:
parent
cf98e6bf86
commit
bce8ce8325
|
@ -0,0 +1,13 @@
|
||||||
|
stages:
|
||||||
|
- build
|
||||||
|
|
||||||
|
build:
|
||||||
|
image: screenplain:latest
|
||||||
|
stage: build
|
||||||
|
only:
|
||||||
|
- main
|
||||||
|
artifacts:
|
||||||
|
paths:
|
||||||
|
- ScreenPlay/
|
||||||
|
script:
|
||||||
|
screenplain holyloop.fountain ScreenPlay/holyloop.pdf
|
Loading…
Reference in New Issue