Description
We want to eliminate this warning that is appearing on ALL js release pipelines.
Reference this PR for a summary of the necessary changes.
Need to:
- Eliminate any
download
orcheckout
usage in thedeployment
job - Ensure that only the
release
job in the stage is actually adeployment
withtemplateContext
setting it to a release job. The rest should be moved to regularjob
instead ofdeployments
- Functionally this looks like adding a
templateContext
identifying input artifacts
- Functionally this looks like adding a
We need to update
- archtype-rust-release
Metadata
Metadata
Assignees
Type
Projects
Status
🔬 Dev in PR
Status
In Progress