[ 
https://issues.apache.org/jira/browse/CB-13543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16273420#comment-16273420
 ] 

ASF GitHub Bot commented on CB-13543:
-------------------------------------

audreyso commented on a change in pull request #772: CB-13543: fixing check for 
travis master branch
URL: https://github.com/apache/cordova-docs/pull/772#discussion_r154200529
 
 

 ##########
 File path: .travis.yml
 ##########
 @@ -7,17 +7,5 @@ before_install:
 install:
 - npm install
 script:
-- 'if [ $TRAVIS_BRANCH === "master" && $svn_pass ]; then
-    travis_wait 30 npm run-script build;
-    cd ..;
-    svn checkout --non-interactive --no-auth-cache --username=$svn_username 
--password=$svn_pass https://svn.apache.org/repos/asf/cordova/site 
cordova-website;
-    cp -R cordova-docs/build-prod/. cordova-website/public/;
-    cd cordova-website;
-    svn status | grep "?";
-    svn add --force .;
-    svn --non-interactive --no-auth-cache --username=$svn_username 
--password=$svn_pass commit -m "Updated docs";
-    cd ../cordova-docs;
-    npm test;
-  else
-    npm test;
-  fi'
\ No newline at end of file
+  - chmod 755 buildAndDeploy.sh
+  - travis_wait 120 sleep infinity & ./buildAndDeploy.sh
 
 Review comment:
   fixed!

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Automate build/deploy for cordova-docs
> --------------------------------------
>
>                 Key: CB-13543
>                 URL: https://issues.apache.org/jira/browse/CB-13543
>             Project: Apache Cordova
>          Issue Type: Improvement
>          Components: cordova-docs
>            Reporter: Audrey So
>            Assignee: Audrey So
>              Labels: enhancement, feature, in-progress, optimization
>
> Automate build/deploy for cordova-docs
> Cordova-docs should be built and published automatically on every change
> Replace jsihnt with eslint
> Update README.md & update instructions in docs to reflect changes
> https://issues.apache.org/jira/browse/CB-13162



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org
For additional commands, e-mail: issues-h...@cordova.apache.org

Reply via email to