Compare commits
1 Commits
55c747087b
...
2b2c11d8a4
Author | SHA1 | Date | |
---|---|---|---|
|
2b2c11d8a4 |
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
@ -61,13 +61,11 @@ pipeline {
|
||||
label 'deploy'
|
||||
}
|
||||
steps {
|
||||
sh "rm -rf *"
|
||||
unstash "download_bz2"
|
||||
unstash "download_gz"
|
||||
unstash "download_xz"
|
||||
sh "mkdir -p /srv/files.blackfinn.de/data/mirror/sources"
|
||||
sh "rsync -zv build/downloads/* /srv/files.blackfinn.de/data/mirror/sources/ || exit 0"
|
||||
sh "rm -rf *"
|
||||
}
|
||||
}
|
||||
stage('Deploy packages') {
|
||||
|
Loading…
Reference in New Issue
Block a user