Skip to content

Commit c3f888c

Browse files
MCP-86 Remove cirrus folder and other usages
1 parent 4c5f897 commit c3f888c

File tree

4 files changed

+3
-86
lines changed

4 files changed

+3
-86
lines changed

.cirrus/run-iris.sh

Lines changed: 0 additions & 76 deletions
This file was deleted.

.cirrus/use-gradle-wrapper.sh

Lines changed: 0 additions & 7 deletions
This file was deleted.

.github/workflows/scheduled-analyses.yml

Whitespace-only changes.

build.gradle.kts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -174,9 +174,9 @@ artifactory {
174174
publications("mavenJava")
175175
setProperties(
176176
mapOf(
177-
"vcs.revision" to System.getenv("CIRRUS_CHANGE_IN_REPO"),
178-
"vcs.branch" to (System.getenv("CIRRUS_BASE_BRANCH")
179-
?: System.getenv("CIRRUS_BRANCH")),
177+
"vcs.revision" to System.getenv("GITHUB_SHA"),
178+
"vcs.branch" to (System.getenv("GITHUB_BASE_REF")
179+
?: System.getenv("GITHUB_HEAD_REF") ?: System.getenv("GITHUB_REF_NAME")),
180180
"build.name" to "sonarqube-mcp-server",
181181
"build.number" to System.getenv("BUILD_NUMBER")
182182
)

0 commit comments

Comments
 (0)