From 2595665b0ccf5e279e5ea2172451f55a85fea632 Mon Sep 17 00:00:00 2001 From: Gauthier Date: Fri, 27 Sep 2019 18:06:23 +0800 Subject: [PATCH] Travis: do not rerun tests on deploy stage --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 088a454c..55a52ebf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,6 +18,7 @@ jobs: include: - stage: deploy jdk: openjdk8 + script: skip # do not rerun any tests deploy: - provider: script script: ./gradlew dockerPushBeta @@ -37,4 +38,4 @@ jobs: skip_cleanup: true on: tags: true - condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+ \ No newline at end of file + condition: $TRAVIS_TAG =~ ^v[0-9]+\.[0-9]+\.[0-9]+