1
0
Fork 0

ci: Fetch wheels for dependencies

Dustin 2018-07-26 18:43:06 -05:00
parent b701281679
commit f498065b17
1 changed files with 1 additions and 0 deletions

1
ci/Jenkinsfile vendored
View File

@ -13,6 +13,7 @@ pipeline {
stages {
stage('Publish') {
steps {
sh 'pip wheel -w dist -r requirements.txt'
sshagent(['jenkins-web']) {
sh "ssh -oStrictHostKeyChecking=no ${PUBLISH_USER}@${PUBLISH_HOST} :"
sh '. ci/publish.sh'