Add: debug message after uploads

Signed-off-by: urpylka <urpylka@gmail.com>
This commit is contained in:
urpylka
2018-03-09 16:51:30 +04:00
committed by Smirnov Artem
parent 05c22bb839
commit 62fb15e58f

View File

@@ -95,6 +95,7 @@ publish_image() {
&& echo 'Upload image' \
&& local IMAGE_LINK=$($3/image/yadisk.py $1/$4 $1/$2.zip) \
&& local IMAGE_SIZE=$(du -sh $1/$2.zip | awk '{ print $1 }') \
&& echo "Make downloads in GH-release" \
&& $3/image/git_release.py $1/$4 $5 $6 $2 $IMAGE_LINK $IMAGE_SIZE
}