We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 884b794 commit 66a0baaCopy full SHA for 66a0baa
.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
@@ -15,7 +15,6 @@ vm_instance_template: &VM_TEMPLATE
15
image: docker-builder-v*
16
type: t2.small
17
region: eu-central-1
18
- subnet_id: ${CIRRUS_AWS_SUBNET}
19
disk: 10
20
cpu: 4
21
memory: 16G
0 commit comments