From ab7844f59b6a008a6f227a76b885f0cb9d75fb17 Mon Sep 17 00:00:00 2001 From: Matthias Kuhn Date: Thu, 5 Mar 2020 15:22:09 +0100 Subject: [PATCH] Deploy releases to osgeo For some reason the master branch condition was not picked up --- .travis.yml | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) diff --git a/.travis.yml b/.travis.yml index b69175061..f587b4286 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: @@ -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: