Skip to main content

META_NEEDS

Constant META_NEEDS 

Source
pub const META_NEEDS: &str = "needs";
Expand description

Records, on a Step, the upstream job names this step consumes via GitLab needs: or dependencies:. Comma-separated job names. Used to build dotenv-flow dependency chains across stages.