Closed miguelcarreiro closed 5 years ago
This pull request introduces beta trigger, which allows to disable some jobs that need some improvements.
ENV
BETA_MODE
Requirements when deploying the current work to an environment (dev, staging or production):
dev
staging
production
Description
This pull request introduces beta trigger, which allows to disable some jobs that need some improvements.
Task items:
ENV
variableBETA_MODE
);BETA_MODE
variable is disabled, beta jobs will not be executed. On the reverse side, only beta jobs will be executed.Requirements
Requirements when deploying the current work to an environment (
dev
,staging
orproduction
):ENV
variableBETA_MODE
needs to be added.