Skip to content
Snippets Groups Projects
Commit 858eddb0 authored by Lili Gasser's avatar Lili Gasser
Browse files

Update .gitlab-ci.yml

parent ae555f21
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,8 @@ dot: ...@@ -26,6 +26,8 @@ dot:
stage: build stage: build
image: renku/singleuser:latest image: renku/singleuser:latest
script: script:
- echo $PATH
- renku --version
- renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot - renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot
artifacts: artifacts:
paths: paths:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment