Skip to content

Commit

Permalink
Update CI pipelines (#483)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwmac authored Sep 16, 2020
1 parent 9bd3403 commit bc9cd1a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/ci/console-dev-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ resources:
uri: [email protected]:((stratos-repository-organization))/((stratos-repository))
branch: ((stratos-repository-branch))
private_key: ((github-private-key))
# Match any Version 3 release (alpha, beta, rc) other than the actual release
tag_filter: "3*-*"
# Match any Version 4 release (alpha, beta, rc) other than the actual release
tag_filter: "4*-*"
- name: helm-repo
type: git
source:
Expand Down
4 changes: 2 additions & 2 deletions deploy/ci/suse-console-dev-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ resources:
uri: [email protected]:((stratos-repository-organization))/((stratos-repository))
branch: ((stratos-repository-branch))
private_key: ((github-private-key))
# Match any Version 3 release (alpha, beta, rc) other than the actual release
tag_filter: "3*-*"
# Match any Version 4 release (alpha, beta, rc) other than the actual release
tag_filter: "4*-*"
- name: helm-repo
type: git
source:
Expand Down

0 comments on commit bc9cd1a

Please sign in to comment.