Skip to content

Commit 7294bc9

Browse files
authored
SCANPY-83 Update cirrus-modules to v3 (#104)
1 parent d33fc9e commit 7294bc9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.cirrus.star

Lines changed: 1 addition & 1 deletion
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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ container_definition: &CONTAINER_DEFINITION
1818
cluster_name: ${CIRRUS_CLUSTER_NAME}
1919
region: eu-central-1
2020
namespace: default
21-
builder_subnet_ids: ${CIRRUS_AWS_SUBNETS}
2221
builder_role: cirrus-builder
2322
builder_image: docker-builder-v*
2423
builder_instance_type: t3.small

0 commit comments

Comments
 (0)