mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-22 16:45:07 +08:00
Merge pull request #3612 from NativeScript/vchimev-travis
Comment out deploy of next version to npm
This commit is contained in:
38
.travis.yml
38
.travis.yml
@ -49,22 +49,22 @@ script:
|
|||||||
- node ./build/travis-scripts/check-testrun-broken.js
|
- node ./build/travis-scripts/check-testrun-broken.js
|
||||||
- adb pull /storage/sdcard/Documents/test-results.xml
|
- adb pull /storage/sdcard/Documents/test-results.xml
|
||||||
- mv test-results.xml ~/test-run-results$PACKAGE_VERSION.xml
|
- mv test-results.xml ~/test-run-results$PACKAGE_VERSION.xml
|
||||||
before_deploy:
|
# before_deploy:
|
||||||
- mv bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
|
# - mv bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
|
||||||
- mv build ../
|
# - mv build ../
|
||||||
- cd ..
|
# - cd ..
|
||||||
- rm -rf NativeScript
|
# - rm -rf NativeScript
|
||||||
- tar -zxvf .deploymentpackage
|
# - tar -zxvf .deploymentpackage
|
||||||
- mv package $PACKAGE_NAME
|
# - mv package $PACKAGE_NAME
|
||||||
- cd $PACKAGE_NAME
|
# - cd $PACKAGE_NAME
|
||||||
- rm ../.deploymentpackage
|
# - rm ../.deploymentpackage
|
||||||
- mv ../build ./
|
# - mv ../build ./
|
||||||
- node ./build/travis-scripts/add-publishConfig.js next
|
# - node ./build/travis-scripts/add-publishConfig.js next
|
||||||
deploy:
|
# deploy:
|
||||||
provider: npm
|
# provider: npm
|
||||||
email: nativescript@telerik.com
|
# email: nativescript@telerik.com
|
||||||
on:
|
# on:
|
||||||
branch: master
|
# branch: master
|
||||||
skip_cleanup: true
|
# skip_cleanup: true
|
||||||
api_key:
|
# api_key:
|
||||||
secure: VJksODKcxXltNTU1Unv4V3qZMI5rrAupuxnCUpIBxks6azi6/FvcW6ctMOj5wPQ9cQKPa8SgaKF/ksyueTmcUt+RznBWbGJ3lxe+6MF0Uk7OI3M3Ga8Ke/21KcZ1oIysgZ0JGCmyR9iAIoSHK1KarIYfiYo9dGWOSuDkqJzLTjk=
|
# secure: VJksODKcxXltNTU1Unv4V3qZMI5rrAupuxnCUpIBxks6azi6/FvcW6ctMOj5wPQ9cQKPa8SgaKF/ksyueTmcUt+RznBWbGJ3lxe+6MF0Uk7OI3M3Ga8Ke/21KcZ1oIysgZ0JGCmyR9iAIoSHK1KarIYfiYo9dGWOSuDkqJzLTjk=
|
||||||
|
Reference in New Issue
Block a user