ci(core): Improve the payload size message (#20786)

PR Close #20786
This commit is contained in:
Yuan Gao
2017-12-04 16:28:06 -08:00
committed by Igor Minar
parent e37f7c02b2
commit a2fde2b2e0
2 changed files with 2 additions and 4 deletions

View File

@ -79,8 +79,6 @@ uploadData() {
name="$1"
payloadData="{${payloadData}}"
echo The data for $name is:
echo $payloadData
echo $payloadData > /tmp/current.log
readonly safeBranchName=$(echo $TRAVIS_BRANCH | sed -e 's/\./_/g')