From 83298e3c9b124486c16d0fde54c764a6c5a2b554 Mon Sep 17 00:00:00 2001 From: Alexey Sotkin Date: Fri, 29 Mar 2019 15:23:48 +0300 Subject: [PATCH] Promoting to release --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 29a11d0ce4..d4aa05dc2d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -123,7 +123,7 @@ before_deploy: - git config --global user.name "Travis CI" - git config --global user.email "builds@travis-ci.org" - git tag -f ${TAG} - - git push https://${repo_token}@github.com/${TRAVIS_REPO_SLUG} --tags + - git push -f https://${repo_token}@github.com/${TRAVIS_REPO_SLUG} --tags deploy: provider: releases @@ -132,7 +132,7 @@ deploy: branch: llvm_release_80 condition: ${BUILD_EXTERNAL} == 1 && ${SHARED_LIBS} == ON && ${repo_token} file: ${TARBALL} - name: Binaries linked against LLVM 8.0.0 (qualification branch) + name: Binaries linked against LLVM 8.0.0 skip_cleanup: true - overwrite: false - prerelease: true + overwrite: true + prerelease: false