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

Update aws condition from 'true' to '1'

parent 45ee5835
No related branches found
No related tags found
1 merge request!367Update aws condition from 'true' to '1'
Checking pipeline status
......@@ -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