From d4a16fbc5aa2730ce5305a85f8f363e6674815fa Mon Sep 17 00:00:00 2001 From: vharseko Date: Thu, 5 Jul 2018 14:21:36 +0300 Subject: [PATCH] remove && git tag -d $git_version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f23092ce6..bfa6dd5b6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -14,8 +14,8 @@ matrix: before_deploy: - git config --local user.name "Open Identity Platform Community" && git config --local user.email "open-identity-platform-openam@googlegroups.com" - git checkout -f $TRAVIS_BRANCH - - git tag -f $git_version && git tag -d $git_version - - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git >/dev/null 2>&1 + - git tag -f $git_version + - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git - git push --quiet --force https://$GITHUBKEY@github.com/$TRAVIS_REPO_SLUG.git $git_version >/dev/null 2>&1 deploy: provider: releases