Skip to content

Commit bc9cd1a

Browse files
authored
Update CI pipelines (#483)
1 parent 9bd3403 commit bc9cd1a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/ci/console-dev-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ resources:
1313
uri: [email protected]:((stratos-repository-organization))/((stratos-repository))
1414
branch: ((stratos-repository-branch))
1515
private_key: ((github-private-key))
16-
# Match any Version 3 release (alpha, beta, rc) other than the actual release
17-
tag_filter: "3*-*"
16+
# Match any Version 4 release (alpha, beta, rc) other than the actual release
17+
tag_filter: "4*-*"
1818
- name: helm-repo
1919
type: git
2020
source:

deploy/ci/suse-console-dev-releases.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ resources:
1414
uri: [email protected]:((stratos-repository-organization))/((stratos-repository))
1515
branch: ((stratos-repository-branch))
1616
private_key: ((github-private-key))
17-
# Match any Version 3 release (alpha, beta, rc) other than the actual release
18-
tag_filter: "3*-*"
17+
# Match any Version 4 release (alpha, beta, rc) other than the actual release
18+
tag_filter: "4*-*"
1919
- name: helm-repo
2020
type: git
2121
source:

0 commit comments

Comments
 (0)