- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for CLEAN_UP_GIT_UNTRACKED_FILES_AND_DIRECTORIES (3.05 sec)
-
.teamcity/src/main/kotlin/common/PerformanceTestExtensions.kt
""".trimIndent() skipConditionally() } } } fun BuildType.cleanUpGitUntrackedFilesAndDirectories() { steps { script { name = "CLEAN_UP_GIT_UNTRACKED_FILES_AND_DIRECTORIES" executionMode = BuildStep.ExecutionMode.RUN_ONLY_ON_FAILURE scriptContent = "git clean -fdx -e test-splits/ -e .gradle/workspace-id.txt -e \"*.psoutput\"" skipConditionally()
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Mon Aug 25 20:21:47 UTC 2025 - 4K bytes - Viewed (0)