We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d33fc9e commit 7294bc9Copy full SHA for 7294bc9
.cirrus.star
@@ -1,4 +1,4 @@
1
-load("github.com/SonarSource/cirrus-modules@v2", "load_features")
+load("github.com/SonarSource/cirrus-modules@v3", "load_features")
2
3
def main(ctx):
4
return load_features(ctx)
.cirrus.yml
@@ -18,7 +18,6 @@ container_definition: &CONTAINER_DEFINITION
18
cluster_name: ${CIRRUS_CLUSTER_NAME}
19
region: eu-central-1
20
namespace: default
21
- builder_subnet_ids: ${CIRRUS_AWS_SUBNETS}
22
builder_role: cirrus-builder
23
builder_image: docker-builder-v*
24
builder_instance_type: t3.small
0 commit comments