From 5de51f7b1dafe5b63b683a39c82f5a55c00802f6 Mon Sep 17 00:00:00 2001 From: reszelaz Date: Tue, 2 Jul 2019 15:49:42 +0200 Subject: [PATCH] deploy to PyPI only in one job deploy to PyPI only in one job (testsuite with Debian stable image) --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4d178fc483..7649e07b87 100644 --- a/.travis.yml +++ b/.travis.yml @@ -83,4 +83,4 @@ deploy: on: repo: sardana-org/sardana tags: true - condition: "$TRAVIS_TAG =~ ^[0-9]+.[0-9]+.[0-9]+$" \ No newline at end of file + condition: "$TEST == testsuite && $DOCKER_IMG == reszelaz/sardana-test && $TRAVIS_TAG =~ ^[0-9]+.[0-9]+.[0-9]+$"