Skip to content

Commit

Permalink
fix: escape whitespaces in notebook name (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
m-alisafaee authored and jsam committed Jul 9, 2019
1 parent 6f981c8 commit 0542fcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion renku/cli/.gitlab-ci.yml
Expand Up @@ -25,7 +25,7 @@ dot:
stage: build
image: renku/renku-python:latest
script:
- 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
artifacts:
paths:
- graph.dot
Expand Down

0 comments on commit 0542fcc

Please sign in to comment.