8000 Merge pull request #3612 from NativeScript/vchimev-travis · jensWorkGit/NativeScript@17610da · GitHub
[go: up one dir, main page]

Skip to content

Commit 17610da

Browse files
author
Alexander Vakrilov
authored
Merge pull request NativeScript#3612 from NativeScript/vchimev-travis
Comment out deploy of next version to npm
2 parents b12f112 + 3893879 commit 17610da

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

.travis.yml

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -49,22 +49,22 @@ script:
4949
- node ./build/travis-scripts/check-testrun-broken.js
5050
- adb pull /storage/sdcard/Documents/test-results.xml
5151
- mv test-results.xml ~/test-run-results$PACKAGE_VERSION.xml
52-
before_deploy:
53-
- mv bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
54-
- mv build ../
55-
- cd ..
56-
- rm -rf NativeScript
57-
- tar -zxvf .deploymentpackage
58-
- mv package $PACKAGE_NAME
59-
- cd $PACKAGE_NAME
60-
- rm ../.deploymentpackage
61-
- mv ../build ./
62-
- node ./build/travis-scripts/add-publishConfig.js next
63-
deploy:
64-
provider: npm
65-
email: nativescript@telerik.com
66-
on:
67-
branch: master
68-
skip_cleanup: true
69-
api_key:
70-
secure: VJksODKcxXltNTU1Unv4V3qZMI5rrAupuxnCUpIBxks6azi6/FvcW6ctMOj5wPQ9cQKPa8SgaKF/ksyueTmcUt+RznBWbGJ3lxe+6MF0Uk7OI3M3Ga8Ke/21KcZ1oIysgZ0JGCmyR9iAIoSHK1KarIYfiYo9dGWOSuDkqJzLTjk=
52+
# before_deploy:
53+
# - mv bin/dist/$PACKAGE_NAME-$FULL_PACKAGE_VERSION.tgz ../.deploymentpackage
54+
# - mv build ../
55+
# - cd ..
56+
# - rm -rf NativeScript
57+
# - tar -zxvf .deploymentpackage
58+
# - mv package $PACKAGE_NAME
59+
# - cd $PACKAGE_NAME
60+
# - rm ../.deploymentpackage
61+
# - mv ../build ./
62+
# - node ./build/travis-scripts/add-publishConfig.js next
63+
# deploy:
64+
# provider: npm
65+
# email: nativescript@telerik.com
66+
# on:
67+
# branch: master
68+
# skip_cleanup: true
69+
# api_key:
70+
# secure: VJksODKcxXltNTU1Unv4V3qZMI5rrAupuxnCUpIBxks6azi6/FvcW6ctMOj5wPQ9cQKPa8SgaKF/ksyueTmcUt+RznBWbGJ3lxe+6MF0Uk7OI3M3Ga8Ke/21KcZ1oIysgZ0JGCmyR9iAIoSHK1KarIYfiYo9dGWOSuDkqJzLTjk=

0 commit comments

Comments
 (0)
0