We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f981c8 commit 0542fccCopy full SHA for 0542fcc
renku/cli/.gitlab-ci.yml
@@ -25,7 +25,7 @@ dot:
25
stage: build
26
image: renku/renku-python:latest
27
script:
28
- - renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot
+ - git ls-files --no-empty-directory --recurse-submodules -z | xargs -0 renku log --format dot > graph.dot
29
artifacts:
30
paths:
31
- graph.dot
0 commit comments