Skip to content

Commit

Permalink
Do not rename prebuild folder to TARBALL name
Browse files Browse the repository at this point in the history
  • Loading branch information
Cheng-SG authored Mar 15, 2018
1 parent e403749 commit 056b58d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,7 @@ after_success:
- if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then DIRNAME=push MARK=push; else DIRNAME=pr
MARK=${TRAVIS_PULL_REQUEST}; fi
- AOS_TARBALL=aos.${TRAVIS_BRANCH}.`echo ${TRAVIS_COMMIT} | head -c7`.${MARK}
- mv prebuild ${AOS_TARBALL}
- tar caf ${AOS_TARBALL}.tar ./${AOS_TARBALL}
- tar caf ${AOS_TARBALL}.tar ./prebuild
- gzip ${AOS_TARBALL}.tar
- pip install oss2
- python ./tools/ci/oss-uploader.py ${aos_key} ${aos_sec} ./${AOS_TARBALL}.tar.gz ${DIRNAME}/${AOS_TARBALL}.tar.gz
Expand Down

0 comments on commit 056b58d

Please sign in to comment.