Skip to content

Strict env mode #294

@kindermax

Description

@kindermax

Right now if env does not exists lets wont fail, example

env:
  ENGINE:
    sh: echo "${DOCKER_ENGINE}"

in this case ENGINE will be empty string.

We can add strict: true param, that indicates when no DOCKER_ENGINE present, lets will fail. Basically this is similar to set -e in bash

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions