Skip to content

Commit d4e7c44

Browse files
committed
ci: meaningless change in Jenkinsfile
1 parent 9828224 commit d4e7c44

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

Jenkinsfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@ def boolean onlyDocumentationFilesChangedIn(String workDirectory) {
66

77
def changedFiles = sh(script: "cd ${workDirectory} && git diff --name-only origin/${env.CHANGE_TARGET} origin/${env.BRANCH_NAME}", returnStdout: true).trim().split("\n")
88

9-
echo "Changed files: ${changedFiles}" // Debug
10-
119
return changedFiles && changedFiles.every { it.endsWith(".md") || it.endsWith(".txt") }
1210
}
1311

0 commit comments

Comments
 (0)