-
Notifications
You must be signed in to change notification settings - Fork 12
Open
Description
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
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels