This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository observe. See https://gitlab.nuiton.org/codelutin/observe.git commit 0cd5a2e75a5ff948313e2cf546c5cd2b89dc8638 Author: Tony CHEMIT <dev@tchemit.fr> Date: Mon Jan 30 21:17:44 2017 +0100 add ci --- .gitlab-ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..84d5e28 --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,8 @@ +pages: + script: + - mkdir .public + - cp -r * .public + - mv .public public + artifacts: + paths: + - public -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.