mirror of
https://github.com/SonarSource/sonarqube-scan-action.git
synced 2025-12-12 17:31:15 +00:00
SQSCANGHA-48 Migrating cirrus-modules v2 to v3
This commit is contained in:
parent
884b79409b
commit
66a0baa492
2 changed files with 1 additions and 2 deletions
|
|
@ -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):
|
def main(ctx):
|
||||||
return load_features(ctx)
|
return load_features(ctx)
|
||||||
|
|
|
||||||
|
|
@ -15,7 +15,6 @@ vm_instance_template: &VM_TEMPLATE
|
||||||
image: docker-builder-v*
|
image: docker-builder-v*
|
||||||
type: t2.small
|
type: t2.small
|
||||||
region: eu-central-1
|
region: eu-central-1
|
||||||
subnet_id: ${CIRRUS_AWS_SUBNET}
|
|
||||||
disk: 10
|
disk: 10
|
||||||
cpu: 4
|
cpu: 4
|
||||||
memory: 16G
|
memory: 16G
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue