Travis was working well until this past Thursday.
Currently is not executing the last part.
deploy:
- provider: script
script: "${BLT_TRAVIS_DIR}/scripts/deploy_branch"
skip_cleanup: true
on:
branch: develop
php: 7.3
- provider: script
script: "${BLT_TRAVIS_DIR}/scripts/deploy_branch"
skip_cleanup: true
on:
branch: master
php: 7.3
- provider: script
script: "${BLT_TRAVIS_DIR}/scripts/deploy_tag"
skip_cleanup: true
on:
tags: true
php: 7.3
The on: tags: true is being ignored but it worked last week.