diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2024-07-31 10:07:51 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2024-07-31 10:22:52 +0200 |
commit | a7c829d92f00ca96e19466d2414c9394d72b0b2e (patch) | |
tree | ef0834969cf59b7762e1fc0e5fd7f5d132137e74 | |
parent | 2c478d21af43c7d5a14658e98342f28e75601e43 (diff) | |
download | sonar-scanner-cli-a7c829d92f00ca96e19466d2414c9394d72b0b2e.tar.gz sonar-scanner-cli-a7c829d92f00ca96e19466d2414c9394d72b0b2e.zip |
BUILD-4673 use default subnet filtering
-rw-r--r-- | .cirrus.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.cirrus.yml b/.cirrus.yml index ec091b1..0578ee0 100644 --- a/.cirrus.yml +++ b/.cirrus.yml @@ -30,9 +30,7 @@ eks_container: &EKS_CONTAINER memory: 4G ec2_instance: &EC2_INSTANCE_WINDOWS - experimental: true # see https://github.com/cirruslabs/cirrus-ci-docs/issues/1051 region: eu-central-1 - subnet_id: ${CIRRUS_AWS_SUBNET} type: t2.2xlarge image: base-windows-jdk17-v* platform: windows |