Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Gitlab plugin notebook may fail nbval test #498

Closed
dmfigol opened this issue Mar 23, 2020 · 0 comments · Fixed by #500
Closed

Gitlab plugin notebook may fail nbval test #498

dmfigol opened this issue Mar 23, 2020 · 0 comments · Fixed by #500

Comments

@dmfigol
Copy link
Collaborator

dmfigol commented Mar 23, 2020

docs/plugins/tasks/version_control/gitlab.ipynb
Problematic cell:

result = n.run(
    gitlab,
    action="get",
    url="http://localhost:8080",
    token="SuperSecretToken",
    repository="test",
    ref="master",
    filename="hosts",
    destination="/tmp/hosts"
)

This cell output test will succeed only if the file /tmp/hosts does not exist already.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant