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
Since https://gitlab.com/rsc-surf-nl/plugins/plugin-co/-/commit/9ca9e6a34ffabc5a0a4987b7891711ff4029332f the External Plugin performs a curl request to the user API endpoint. The image definition currently mocks this by setting github.com as API endpoint: https://github.com/UtrechtUniversity/SRC-test-workspace/blob/main/ubuntu/src-ubuntu.pkr.hcl#L46
github.com
This is not very nice and needs to be addressed. Either:
a) the task needs to become skippable (add Ansible tag) b) we should provide a mock http server during the build workflow
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Since https://gitlab.com/rsc-surf-nl/plugins/plugin-co/-/commit/9ca9e6a34ffabc5a0a4987b7891711ff4029332f the External Plugin performs a curl request to the user API endpoint. The image definition currently mocks this by setting
github.com
as API endpoint: https://github.com/UtrechtUniversity/SRC-test-workspace/blob/main/ubuntu/src-ubuntu.pkr.hcl#L46This is not very nice and needs to be addressed. Either:
a) the task needs to become skippable (add Ansible tag)
b) we should provide a mock http server during the build workflow
The text was updated successfully, but these errors were encountered: