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
I wonder how we could nicely implement that in https://github.com/theforeman/actions/
The following details need to be considered:
test:$plugin
db:seed
My current idea is:
artifact_path
actions/upload-artifact
task
That would allow us to have a stable simple artifact name (test_artifacts or $plugin_artifacts) and allow other steps to consume that again.
test_artifacts
$plugin_artifacts
Originally posted by @evgeni in theforeman/foreman_fog_proxmox#311 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I wonder how we could nicely implement that in https://github.com/theforeman/actions/
The following details need to be considered:
test:$plugin
,db:seed
, etc), so we'd need unique artifact names somehowMy current idea is:
artifact_path
, which gets passed 1:1 toactions/upload-artifact
artifact_path
is actually defined AND thetask
istest:$plugin
, so it runs only onceThat would allow us to have a stable simple artifact name (
test_artifacts
or$plugin_artifacts
) and allow other steps to consume that again.Originally posted by @evgeni in theforeman/foreman_fog_proxmox#311 (comment)
The text was updated successfully, but these errors were encountered: