mirror of
https://github.com/rclone/rclone
synced 2024-11-12 10:50:08 +01:00
Put the -beta-latest files at the root of beta.rclone.org - fixes #1047
This commit is contained in:
parent
86cc9f3dfb
commit
980cd5bfd8
3
Makefile
3
Makefile
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user