mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
Travis: reenable npm tag-based publish on master build.
This commit is contained in:
committed by
Hristo Deshev
parent
5fe1cc1f23
commit
1c503ce659
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 internal-preview
|
||||||
# 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