summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMansour Behabadi <57921115+ncmans@users.noreply.github.com>2019-12-20 23:16:23 +1100
committerGitHub <noreply@github.com>2019-12-20 23:16:23 +1100
commitd0e424144749a9748c5de4f0888d8e8ec5647b78 (patch)
tree664323313c1325d6703ba3b9f660ee2c74fa57ac /.travis.yml
parent91a8e3bb23b879e8312f848ffef560299bcbe43b (diff)
packaging: Set default release channel to stable for gh releases (#7399)
* packaging: Set default release channel to stable for gh releases * Leave kickstart files alone * Update .travis/create_artifacts.sh Co-Authored-By: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com> Co-authored-by: Mansour Behabadi <mansour@oxplot.com> Co-authored-by: Konstantinos Natsakis <5933427+knatsakis@users.noreply.github.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 8ca7169411..acb3565071 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -509,6 +509,8 @@ jobs:
- name: Create release draft
git:
depth: false
+ env:
+ - RELEASE_CHANNEL=stable
before_script: post_message "TRAVIS_MESSAGE" "Drafting release on github" "${NOTIF_CHANNEL}"
script:
- echo "GIT Branch:" && git branch