From a717600313b7148c0a001921a6ac4f317683f1f7 Mon Sep 17 00:00:00 2001 From: Lili Gasser <gasserli@ethz.ch> Date: Thu, 7 Feb 2019 16:38:51 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6671c5d4..ac6bfbfb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -26,7 +26,6 @@ dot: stage: build image: renku/renku-python:latest script: - - echo $PATH - renku --version - renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot artifacts: -- GitLab