Skip to content

Commit 0542fcc

Browse files
mohammad-alisafaeejsam
authored andcommitted
fix: escape whitespaces in notebook name (#584)
1 parent 6f981c8 commit 0542fcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renku/cli/.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ dot:
2525
stage: build
2626
image: renku/renku-python:latest
2727
script:
28-
- renku log --format dot $(git ls-files --no-empty-directory --recurse-submodules) > graph.dot
28+
- git ls-files --no-empty-directory --recurse-submodules -z | xargs -0 renku log --format dot > graph.dot
2929
artifacts:
3030
paths:
3131
- graph.dot

0 commit comments

Comments
 (0)