mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-13 18:27:35 +00:00
bug 384153 - symbol upload not removing zip file on remote host. r=bsmedberg
This commit is contained in:
parent
e92d228579
commit
1a08785a4a
@ -57,6 +57,6 @@ ssh -2 ${SYMBOL_SERVER_SSH_KEY:+-i $SYMBOL_SERVER_SSH_KEY} \
|
||||
"set -e;
|
||||
umask 0022;
|
||||
cd ${SYMBOL_SERVER_PATH};
|
||||
unzip $archive;
|
||||
unzip -o $archive;
|
||||
rm -v $archive;"
|
||||
echo "Symbol transfer completed"
|
||||
|
Loading…
Reference in New Issue
Block a user