Compare commits
1 Commits
c6a0d8e7e0
...
55d1f69b93
Author | SHA1 | Date |
---|---|---|
|
55d1f69b93 |
|
@ -5,6 +5,10 @@ pipeline {
|
|||
}
|
||||
}
|
||||
|
||||
triggers {
|
||||
pollSCM ''
|
||||
}
|
||||
|
||||
environment {
|
||||
PUBLISH_HOST = 'file0.pyrocufflink.blue'
|
||||
XDG_CACHE_DIR = "${WORKSPACE}"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
: ${PUBLISH_PATH:-/var/lib/wheels}
|
||||
: ${PUBLISH_PATH:=/var/lib/wheels}
|
||||
|
||||
rsync -aP --delete --include '*.whl' dist/ ${PUIBLISH_HOST}:${PUBLISH_PATH%/}/
|
||||
rsync -aP --delete --include '*.whl' dist/ ${PUBLISH_HOST}:${PUBLISH_PATH%/}/
|
||||
|
|
Loading…
Reference in New Issue