We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fa028c commit a3b3493Copy full SHA for a3b3493
.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
@@ -28,7 +28,6 @@ docker_build_container_template: &CONTAINER_TEMPLATE
28
builder_role: cirrus-builder
29
builder_image: docker-builder-v*
30
builder_instance_type: t2.small
31
- builder_subnet_id: ${CIRRUS_AWS_SUBNET}
32
region: eu-central-1
33
namespace: default
34
cpu: 3
0 commit comments