Skip to content
Snippets Groups Projects
Commit ce6a2dc7 authored by Yifei Xu's avatar Yifei Xu
Browse files

Merge branch 'aws_env_fix' into 'master'

Update aws condition from 'true' to '1'

See merge request !367
parents c0ea73f1 772b8370
Branches
Tags
1 merge request!367Update aws condition from 'true' to '1'
Pipeline #130857 failed
......@@ -12,10 +12,10 @@ aws_bootstrap:
- $AWS_DEPLOYMENTS_SUBDIR/bootstrap.sh
only:
variables:
- $AWS == 'true'
- $AWS == '1'
aws-test-java:
needs: ["aws_bootstrap"]
only:
variables:
- $AWS == 'true'
- $AWS == '1'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment