We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40d0d6a commit f553ad6Copy full SHA for f553ad6
dev/release/post-02-binary.sh
@@ -100,9 +100,8 @@ download_files() {
100
--fail \
101
--location \
102
--output ${file} \
103
- https://dl.bintray.com/${BINTRAY_REPOSITORY}/${file} &
+ https://dl.bintray.com/${BINTRAY_REPOSITORY}/${file}
104
done
105
- wait
106
}
107
108
delete_file() {
@@ -152,9 +151,8 @@ for target in debian ubuntu centos python; do
152
151
mv ${version}-rc${rc} ${version}
153
fi
154
for file in $(find . -type f); do
155
- upload_file ${version} ${target} ${file} &
+ upload_file ${version} ${target} ${file}
156
157
158
popd
159
160
rm -rf ${tmp_dir}
0 commit comments