forked from TrueCloudLab/rclone
build: ignore testbuilds when uploading to github
This commit is contained in:
parent
d29c545627
commit
71d1890316
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ github-release release \
|
||||||
--name "rclone" \
|
--name "rclone" \
|
||||||
--description "Rclone - rsync for cloud storage. Sync files to and from many cloud storage providers."
|
--description "Rclone - rsync for cloud storage. Sync files to and from many cloud storage providers."
|
||||||
|
|
||||||
for build in `ls build | grep -v current`; do
|
for build in `ls build | grep -v current | grep -v testbuilds`; do
|
||||||
echo "Uploading ${build}"
|
echo "Uploading ${build}"
|
||||||
base="${build%.*}"
|
base="${build%.*}"
|
||||||
parts=(${base//-/ })
|
parts=(${base//-/ })
|
||||||
|
|
Loading…
Reference in a new issue