From 1dd7d4b61636c03490bdc323e7212397217a455f Mon Sep 17 00:00:00 2001 From: vigneron <vigneron@portablecv.u-strasbg.fr> Date: Tue, 21 Nov 2017 11:16:19 +0100 Subject: [PATCH] Update2 .gitlab-ci.yml --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a75ea00..103e22a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -4,4 +4,6 @@ helloworld: script: - echo "hello, world" - echo "bonjour, monde" + - echo "bonjour Unistra" > $HOME/testcv - ls -al $HOME + - cat $HOME/testcv -- GitLab