1
0
Fork 0

CI: Remove copy to /tmp

This commit is contained in:
gardouille 2023-09-20 14:45:15 +02:00
parent 7bd8ec8979
commit 57d934aa2e
Signed by: gardouille
GPG Key ID: E759BAA22501AF32
1 changed files with 0 additions and 6 deletions

6
Jenkinsfile vendored
View File

@ -22,12 +22,6 @@ pipeline {
//sh 'mv ~/.bashrc.bak ~/.bashrc'
//}
//}
stage('Copy package to temp dir on the system...') {
steps {
echo 'Copy .deb package'
sh 'cp target/eza_*_amd64.deb /tmp/'
}
}
stage('Send package to Debian repository...') {
steps {
echo 'Send amd64 package to Debian repository through SSH'