commit: c6312876b5940471acc2f8157dcca09886fc092b parent f861371350094426f1a57a4b39aea4359f13f324 Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Date: Tue, 16 Aug 2016 08:47:01 +0200 .gitlab-ci.yml: Fix pathDiffstat:
M | .gitlab-ci.yml | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -4,6 +4,6 @@ pages: - echo 'Nothing to do...' artifacts: paths: - - / + - . only: - master \ No newline at end of file