Skip to content

Commit 66a0baa

Browse files
committed
SQSCANGHA-48 Migrating cirrus-modules v2 to v3
1 parent 884b794 commit 66a0baa

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.cirrus.star

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
1+
load("github.com/SonarSource/cirrus-modules@v3", "load_features")
22

33
def main(ctx):
44
return load_features(ctx)

.cirrus.yml

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ vm_instance_template: &VM_TEMPLATE
1515
image: docker-builder-v*
1616
type: t2.small
1717
region: eu-central-1
18-
subnet_id: ${CIRRUS_AWS_SUBNET}
1918
disk: 10
2019
cpu: 4
2120
memory: 16G

0 commit comments

Comments
 (0)