Skip to content

Commit

Permalink
SQSCANGHA-48 Migrating cirrus-modules v2 to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
henryju committed Nov 6, 2024
1 parent 884b794 commit 66a0baa
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .cirrus.star
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
load("github.com/SonarSource/cirrus-modules@v2", "load_features")
load("github.com/SonarSource/cirrus-modules@v3", "load_features")

def main(ctx):
return load_features(ctx)
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ vm_instance_template: &VM_TEMPLATE
image: docker-builder-v*
type: t2.small
region: eu-central-1
subnet_id: ${CIRRUS_AWS_SUBNET}
disk: 10
cpu: 4
memory: 16G
Expand Down

0 comments on commit 66a0baa

Please sign in to comment.