fix .travis it contains deploy section twice
csantanapr opened this issue · 0 comments
csantanapr commented
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