Update 'Jenkinsfile'
All checks were successful
gitea-sync/antos-deb/pipeline/head This commit looks good

This commit is contained in:
dany 2023-01-03 17:46:16 +01:00
parent 9d94bb972b
commit 33f96f3ffc

2
Jenkinsfile vendored
View File

@ -127,7 +127,7 @@ pipeline{
archiveArtifacts artifacts: 'build/', fingerprint: true
}
sh'''
cp -rf build/* /home/dany/public/antos-release/deb
cp -rf build/* /home/dany/public/antos-release/binaries/deb
'''
}
}