Artifact test
authorThierry Florac <tflorac@ulthar.net>
Fri, 28 Jun 2019 14:16:10 +0200
changeset 385 d8f00ddb9e28
parent 384 a4884c96f5af
child 386 15801a3108dc
Artifact test
.gitlab-ci.yml
--- a/.gitlab-ci.yml	Fri Jun 28 12:01:28 2019 +0200
+++ b/.gitlab-ci.yml	Fri Jun 28 14:16:10 2019 +0200
@@ -39,7 +39,9 @@
         - ls -lash $PWD
         - echo $PWD
         - docker run --env CODECLIMATE_CODE="$VOLUME_PATH" -v /tmp/cc:/tmp/cc -v $VOLUME_PATH:/code -v /var/run/docker.sock:/var/run/docker.sock codeclimate/codeclimate analyze -f json >codeclimate.json
-        - ls -lash $PWD
+        - ls -lash $PWD >echo.txt
     artifacts:
+        paths:
+            - echo.txt
         reports:
             codequality: codeclimate.json