-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
We just ran into an issue where we run multiple steps in a job i.e. a build step and a package step (that are separate)
If not every package has a package step, the packages in each partition are different to those in the build as packagesWithCommand is used. This causes problems if the second step is expecting artifacts from the first to be there
I'd propose a change whereby the partitions are calculated on all packages, then applied to the packagesWithCommand.
We can fix locally with a no-op command added to every package
Metadata
Metadata
Assignees
Labels
No labels