apache/openwhisk-runtime-java

fix .travis it contains deploy section twice

csantanapr opened this issue · 0 comments

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