add new releases/v1 branch to readme

This commit is contained in:
Sebastian Popp 2019-11-16 18:45:24 +01:00
parent 73cab2a2cd
commit 60e94deadd
4 changed files with 14 additions and 18 deletions

View file

@ -1,5 +1,3 @@
#!/bin/sh
set -e
#!/bin/sh -l
lftp $INPUT_HOST -u $INPUT_USER,$INPUT_PASSWORD -e "set ssl:verify-certificate false; mirror --reverse --continue --dereference -x ^\.git/$ $INPUT_LOCALDIR $INPUT_REMOTEDIR; quit"