Skip to content

Commit

Permalink
Merge pull request #321 from SUSE/v3-pipelines
Browse files Browse the repository at this point in the history
V3 pipeline updates
  • Loading branch information
nwmac authored Feb 19, 2020
2 parents ec897c3 + e8ac9a1 commit a2f910e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -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 2 release (alpha, beta, rc) other than the actual release
tag_filter: "2*-*"
# Match any Version 3 release (alpha, beta, rc) other than the actual release
tag_filter: "3*-*"
- name: helm-repo
type: git
source:
Expand Down
2 changes: 1 addition & 1 deletion deploy/ci/console-helm-chart-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ resources:
owner: ((helm-repo-github-organization))
repository: ((helm-repo-github-repository))
access_token: ((github-access-token))
tag_filter: 2\.[0-9]*\.[0-9]*
tag_filter: 3\.[0-9]*\.[0-9]*
- name: helm-chart-repo
type: git
source:
Expand Down

0 comments on commit a2f910e

Please sign in to comment.