You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2018/04/26 18:15:16 UTC

[GitHub] csantanapr opened a new issue #43: fix .travis it contains deploy section twice

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:
users@infra.apache.org


With regards,
Apache Git Services