portail/.gitlab-ci.yml

9 lines
93 B
YAML
Raw Normal View History

2019-08-16 21:52:11 +00:00
image: alpine
2019-08-16 21:55:10 +00:00
2019-08-16 21:50:28 +00:00
pages:
2019-08-17 00:33:50 +00:00
script: pwd
2019-08-16 21:50:28 +00:00
artifacts:
paths:
- site
2019-08-16 21:50:28 +00:00
only:
- master