SL-19243: Skip older Mac symbol upload
because it moves the xcarchive.zip file away from where we later want to post it to GitHub.master
parent
2eda2eb21b
commit
5bf2317bd8
4
build.sh
4
build.sh
|
|
@ -616,8 +616,8 @@ then
|
||||||
|
|
||||||
# Run upload extensions
|
# Run upload extensions
|
||||||
# Ex: bugsplat
|
# Ex: bugsplat
|
||||||
## SL-19243 HACK: testing separate GH upload job on Windows
|
## SL-19243 HACK: testing separate GH upload jobs
|
||||||
if [[ "$arch" != "CYGWIN" ]]
|
if false
|
||||||
then
|
then
|
||||||
if [ -d ${build_dir}/packages/upload-extensions ]; then
|
if [ -d ${build_dir}/packages/upload-extensions ]; then
|
||||||
for extension in ${build_dir}/packages/upload-extensions/*.sh; do
|
for extension in ${build_dir}/packages/upload-extensions/*.sh; do
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue