Skip to content

Commit

Permalink
Remove subnet-related config from .cirrus.yml
Browse files Browse the repository at this point in the history
cirrus-modules@v3 provides this configuration and it should not be configured in the project itself.
  • Loading branch information
johann-beleites-sonarsource authored Nov 12, 2024
1 parent 9a4dbee commit 1bcc3e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ win_vm_definition: &WINDOWS_VM_DEFINITION
region: eu-central-1
disk: 128
type: c5.4xlarge
subnet_id: ${CIRRUS_AWS_SUBNET}

only_sonarsource_qa: &ONLY_SONARSOURCE_QA
only_if: $CIRRUS_USER_COLLABORATOR == 'true' && $CIRRUS_TAG == "" && ($CIRRUS_PR != "" || $CIRRUS_BRANCH == "master" || $CIRRUS_BRANCH =~ "branch-.*" || $CIRRUS_BRANCH =~ "dogfood-on-.*")
Expand Down

0 comments on commit 1bcc3e7

Please sign in to comment.