From bec0e378e0059c94f431cbbe1d07b38dc86eef71 Mon Sep 17 00:00:00 2001 From: thelamer Date: Sat, 7 Dec 2019 19:08:34 -0800 Subject: [PATCH] should skip script steps in deploy post --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 76e3130f..20a7a8a6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -71,6 +71,7 @@ jobs: if: branch = RC AND type != pull_request before_install: - ./script/pre_install + script: skip before_deploy: - export RELEASE_TAG=$(cat version.txt)-RC - git tag ${RELEASE_TAG} @@ -118,6 +119,7 @@ jobs: if: branch = master AND type != pull_request before_install: - ./script/pre_install + script: skip before_deploy: - export RELEASE_TAG=$(cat version.txt) - git tag ${RELEASE_TAG}