-
Notifications
You must be signed in to change notification settings - Fork 295
Labels
Central-EngSysThis issue is owned by the Engineering System team.This issue is owned by the Engineering System team.
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
Labels
Central-EngSysThis issue is owned by the Engineering System team.This issue is owned by the Engineering System team.
Type
Projects
Status
🔬 Dev in PR
Status
In Progress