Hi,
I have specified multiple deploy script providers:
- Last three deploys are only on master branch, so its right to skip them.
- The first deploy which is on all branches matching regexp:
/^release\/.*$/
should run for this branchrelease/2.1.5
. However it’s skipping this deploy too.
Can someone point why the release branch deploy is skipped in this case? I want the first deploy to run on linux and release branches only like: release/2.1.5
.
Travis build: https://travis-ci.org/leopardslab/dunner/jobs/560593148
Travis Config file: https://github.com/leopardslab/dunner/blob/172a4c5792b0a8389556cc8ee4f690dc73fafb6e/.travis.yml
– Apoorva