csantanapr opened a new issue #43: fix .travis it contains deploy section twice
URL: https://github.com/apache/incubator-openwhisk-runtime-java/issues/43
 
 
   I messed up the .travis file with duplicate lines `deploy`
   ```
   deploy:
     - provider: script
       script: "./tools/travis/publish.sh openwhisk ${TRAVIS_TAG%@*} 
${TRAVIS_TAG##*@}"
       on:
         tags: true
         all_branches: true
   deploy:
     - provider: script
       script: "./tools/travis/publish.sh openwhisk 8 master"
       on:
         branch: master
   ```

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to