13 lines
201 B
YAML
13 lines
201 B
YAML
|
stages:
|
||
|
- build
|
||
|
|
||
|
build:
|
||
|
image: screenplain:latest
|
||
|
stage: build
|
||
|
only:
|
||
|
- main
|
||
|
artifacts:
|
||
|
paths:
|
||
|
- ScreenPlay/
|
||
|
script:
|
||
|
screenplain holyloop.fountain ScreenPlay/holyloop.pdf
|