1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-18 16:36:41 +00:00

support branch releases

This commit is contained in:
Bill Maxwell
2018-11-08 12:35:23 -07:00
committed by Alena Prokharchyk
parent ca3968fddb
commit fd99385ab1

View File

@@ -18,7 +18,7 @@ pipeline:
commands:
- dapper build
when:
branch: master
branch: [ master, release/* ]
event: tag
stage-binaries:
@@ -26,7 +26,7 @@ pipeline:
commands:
- cp -r ./bin/* ./package/
when:
branch: master
branch: [ master, release/* ]
event: tag
github_binary_prerelease:
@@ -39,7 +39,7 @@ pipeline:
- sha256
secrets: [github_token]
when:
branch: master
branch: [ master, release/* ]
event: tag
ref:
include: [ refs/tags/*rc* ]
@@ -53,7 +53,7 @@ pipeline:
- sha256
secrets: [github_token]
when:
branch: master
branch: [ master, release/* ]
event: tag
ref:
exclude: [ refs/tags/*rc* ]