maestria-investigacion/.gitlab-ci.yml

14 lines
284 B
YAML
Raw Normal View History

2021-04-20 14:59:48 -05:00
image:
name: nikazhenya/pecas-pandoc
entrypoint: ["/bin/sh", "-c"]
2021-04-11 01:13:06 -05:00
pages:
stage: deploy
script:
2021-04-21 11:26:30 -05:00
- curl https://pad.programando.li/rweb/download | ruby
2021-04-25 00:56:10 -05:00
- pwd && ls -a && cat README.md && echo $(git config -l)
2021-04-11 01:13:06 -05:00
artifacts:
paths:
- public
only:
- master