Andreas Tille pushed to branch master at Debian Med / community / policy
Commits: 3b982bbb by Andreas Tille at 2018-05-15T14:19:45+02:00 Publish on gitlab pages - - - - - 1 changed file: - + .gitlab-ci.yml Changes: ===================================== .gitlab-ci.yml ===================================== --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,11 @@ +pages: + stage: deploy + script: + - mkdir .public + - cp policy.html .public/index.html + - mv .public public + artifacts: + paths: + - public + only: + - master View it on GitLab: https://salsa.debian.org/med-team/community/policy/commit/3b982bbb7c423614b0d185f3bf17964fdaf9458b --- View it on GitLab: https://salsa.debian.org/med-team/community/policy/commit/3b982bbb7c423614b0d185f3bf17964fdaf9458b You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
