Put the -beta-latest files at the root of beta.rclone.org - fixes #1047

This commit is contained in:
Nick Craig-Wood 2017-02-20 18:02:45 +00:00
parent 86cc9f3dfb
commit 980cd5bfd8
1 changed files with 2 additions and 1 deletions

View File

@ -108,7 +108,8 @@ beta:
travis_beta:
git log $(LAST_TAG).. > /tmp/git-log.txt
go run bin/cross-compile.go -release beta-latest -git-log /tmp/git-log.txt $(TAG)β
rclone --config bin/travis.rclone.conf -v copy build/ memstore:beta-rclone-org/$(TAG)
rclone --config bin/travis.rclone.conf -v copy --exclude '*beta-latest*' build/ memstore:beta-rclone-org/$(TAG)
rclone --config bin/travis.rclone.conf -v copy --include '*beta-latest*' build/ memstore:beta-rclone-org
@echo Beta release ready at $(BETA_URL)
serve: website