logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 5ff7d3602acbc348a78c1dc242ca446d615543ef
parent 8413cb3a68d842d70c055c4a5d7825b384c8b9db
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 16 Aug 2016 08:33:57 +0200

[CI] Try to use it as a mirror

Diffstat:

A.gitlab-ci.yml10++++++++++
1 file changed, 10 insertions(+), 0 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -0,0 +1,9 @@ +pages: + stage: deploy + script: + - echo 'Nothing to do...' + artifacts: + paths: + - / + only: + - master +\ No newline at end of file