mirror of
https://github.com/octoleo/syncthing.git
synced 2025-01-03 15:17:25 +00:00
Actually no, lets not do uploads at all from the build script.
This commit is contained in:
parent
5981e42aed
commit
58381496a2
13
build.sh
13
build.sh
@ -208,19 +208,6 @@ case "$1" in
|
|||||||
build-all -tags noupgrade
|
build-all -tags noupgrade
|
||||||
;;
|
;;
|
||||||
|
|
||||||
upload)
|
|
||||||
tag=$(git describe)
|
|
||||||
shopt -s nullglob
|
|
||||||
dir=$(mktemp -d -t syncthing-release)
|
|
||||||
pushd $dir
|
|
||||||
curl -O 'http://build.syncthing.net/job/syncthing/lastSuccessfulBuild/artifact/*zip*/archive.zip'
|
|
||||||
unzip archive.zip
|
|
||||||
for f in archive/* ; do
|
|
||||||
echo relup syncthing/syncthing "$tag" "$f"
|
|
||||||
done
|
|
||||||
popd
|
|
||||||
;;
|
|
||||||
|
|
||||||
deps)
|
deps)
|
||||||
deps
|
deps
|
||||||
;;
|
;;
|
||||||
|
Loading…
Reference in New Issue
Block a user