ci: Fetch wheels for dependencies
parent
b701281679
commit
f498065b17
|
@ -13,6 +13,7 @@ pipeline {
|
||||||
stages {
|
stages {
|
||||||
stage('Publish') {
|
stage('Publish') {
|
||||||
steps {
|
steps {
|
||||||
|
sh 'pip wheel -w dist -r requirements.txt'
|
||||||
sshagent(['jenkins-web']) {
|
sshagent(['jenkins-web']) {
|
||||||
sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :"
|
sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :"
|
||||||
sh '. ci/publish.sh'
|
sh '. ci/publish.sh'
|
||||||
|
|
Loading…
Reference in New Issue