Skip to content

AWS master yaml test

John Gilday requested to merge aws-master-yaml-test into master

Invalid YAML: 'aws-containerize' job needs 'aws-test-java' job, but 'aws-test-java' is not in any previous stage.

The AWS check for 'true' caused the aws-test-java stage to not be included. By using a check of AWS being set to '1' the stage will now be included.

This is a small change. updating $AWS == 'true' to $AWS == '1' in the gitlab-ci.yml

Merge request reports