mirror of https://github.com/aredn/aredn.git
change afs collector command for new afs 4.0.3 (#990)
This commit is contained in:
parent
147c0576e3
commit
f4878471e0
|
@ -223,7 +223,7 @@ jobs:
|
|||
steps:
|
||||
- run:
|
||||
name: Run AFS collector
|
||||
command: ssh ${SSH_USER}@${SSH_HOST} "sh -c '${DOWNLOADS_DOCROOT}/afs/misc/collect.py --image-url http://downloads.arednmesh.org/{base}/{target} ${DOWNLOADS_DOCROOT} ${DOWNLOADS_DOCROOT}/afs/www'"
|
||||
command: ssh ${SSH_USER}@${SSH_HOST} "sh -c '${DOWNLOADS_DOCROOT}/afs/misc/collect.py ${DOWNLOADS_DOCROOT}/releases ${DOWNLOADS_DOCROOT}/afs/www'"
|
||||
|
||||
no_action:
|
||||
machine:
|
||||
|
|
Loading…
Reference in New Issue