Skip to content

Commit

Permalink
Deploy releases to osgeo
Browse files Browse the repository at this point in the history
For some reason the master branch condition was not picked up
  • Loading branch information
m-kuhn committed Mar 5, 2020
1 parent aad9f9d commit ab7844f
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ jobs:
QGIS_TEST_VERSION="release-3_4"
script: docker-compose -f .docker/docker-compose.travis.yml run qgis /usr/src/.docker/run-docker-tests.sh

- stage: deploy master
if: tag IS present AND branch = master
- stage: deploy
if: tag IS present
install:
- pip install qgis-plugin-ci
script:
Expand All @@ -34,16 +34,6 @@ jobs:
--osgeo-username ${OSGEO_USERNAME}
--osgeo-password ${OSGEO_PASSWORD}
- stage: deploy testing branches
if: tag IS present AND branch != master
install:
- pip install qgis-plugin-ci
script:
- >
qgis-plugin-ci release ${TRAVIS_TAG}
--transifex-token ${TX_TOKEN}
--github-token ${GH_TOKEN}
- stage: deploy
if: branch = master
install:
Expand Down

0 comments on commit ab7844f

Please sign in to comment.