Skip to content

Update conditions using env variable "AWS" to prevent old pipelines from running tests

Yifei Xu requested to merge aws-env-var-condition into master

Protected branches will have this variable "AWS" defined as 'true' in old pipeline. Change it to check $AWS against '1'. This change will disable the steps that require this variable in all old pipelines.

Edited by Yifei Xu

Merge request reports