diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-10 11:41:23 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2025-07-10 11:41:23 +0200 |
| commit | 70ff7ac8a296db24401ca85557f94a5dfb9ab42b (patch) | |
| tree | 00c959fd74eba017bfc43b19572cf6bc2c120d9c /contrib/depends/Jenkinsfile | |
| parent | 9fff2db79bff4dc0fa409b20e6b59e3ded74b592 (diff) | |
revert: make clean
Diffstat (limited to 'contrib/depends/Jenkinsfile')
| -rw-r--r-- | contrib/depends/Jenkinsfile | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/contrib/depends/Jenkinsfile b/contrib/depends/Jenkinsfile index 412d44c..db97919 100644 --- a/contrib/depends/Jenkinsfile +++ b/contrib/depends/Jenkinsfile @@ -43,9 +43,6 @@ pipeline { post { always { script { - dir('contrib/depends') { - sh "make clean" - } def targets = params.LINUX_TARGETS.split(',').collect { it.trim() } for (target in targets) { archiveArtifacts artifacts: "contrib/depends/built/${target}/*/*.tar.gz*", allowEmptyArchive: true @@ -79,9 +76,6 @@ pipeline { post { always { script { - dir('contrib/depends') { - sh "make clean" - } def targets = params.DARWIN_TARGETS.split(',').collect { it.trim() } for (target in targets) { archiveArtifacts artifacts: "contrib/depends/built/${target}/*/*.tar.gz*", allowEmptyArchive: true |
