Compare commits

...

No commits in common. "5dbc9f3edeb581f0826269e53ee37ead092a6899" and "6a4994b9e17ab512b8585fe655528f7b64929550" have entirely different histories.

2 changed files with 6 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -7,6 +7,11 @@ pipeline {
}
}
environment {
XDG_CACHE_HOME = "${WORKSPACE}"
}
stages {
stage('Build') {
steps {

View File

@ -1,4 +1,4 @@
: ${PUBLISH_HOST:=file0.pyrocufflink.blue}
: ${PUBLISH_HOST:=jenkins@file0.pyrocufflink.blue}
: ${PUBLISH_PATH:=/var/lib/wheels/homeassistant}
rsync -rtiO \