mirror of https://github.com/aredn/aredn.git
Run afs at a higher level so it finds the nightly snapshot (#1011)
This commit is contained in:
parent
ee0dd5490d
commit
1e5d933c0d
|
@ -235,7 +235,7 @@ jobs:
|
|||
steps:
|
||||
- run:
|
||||
name: Run AFS collector
|
||||
command: ssh ${SSH_USER}@${SSH_HOST} "sh -c '${DOWNLOADS_DOCROOT}/afs/misc/collect.py ${DOWNLOADS_DOCROOT}/releases ${DOWNLOADS_DOCROOT}/afs/www'"
|
||||
command: ssh ${SSH_USER}@${SSH_HOST} "sh -c '${DOWNLOADS_DOCROOT}/afs/misc/collect.py ${DOWNLOADS_DOCROOT} ${DOWNLOADS_DOCROOT}/afs/www'"
|
||||
|
||||
no_action:
|
||||
machine:
|
||||
|
|
Loading…
Reference in New Issue