We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
docs/plugins/tasks/version_control/gitlab.ipynb Problematic cell:
docs/plugins/tasks/version_control/gitlab.ipynb
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.
/tmp/hosts
The text was updated successfully, but these errors were encountered:
Delete /tmp/hosts before running gitlab plugin notebook cell, fix nor…
c2bcc1b
…nir-automation#498
Delete /tmp/hosts before running gitlab plugin notebook cell, fix #498 (
f7bc048
#500)
4d6c218
Successfully merging a pull request may close this issue.
docs/plugins/tasks/version_control/gitlab.ipynb
Problematic cell:
This cell output test will succeed only if the file
/tmp/hosts
does not exist already.The text was updated successfully, but these errors were encountered: