Skip to content

Commit ed11e76

Browse files
committed
ci: run 'ci-after-success' unconditionally
1 parent 30072dc commit ed11e76

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

codefresh.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,5 @@
11
version: '1.0'
22

3-
indicators:
4-
- x-common_pull_request_conditions: &common_pull_request_conditions
5-
when:
6-
branch:
7-
ignore:
8-
- master
9-
- next
10-
11-
- x-common_release_conditions: &common_release_conditions
12-
when:
13-
branch:
14-
only:
15-
- master
16-
- next
17-
183
stages:
194
- prepare
205
- build
@@ -36,20 +21,12 @@ steps:
3621
image: node:12.18.2-alpine
3722
commands:
3823
- yarn validate
39-
coverage:
40-
<<: *common_pull_request_conditions
41-
stage: build
42-
image: node:12.18.2-alpine
43-
commands:
44-
- yarn ci-after-success
4524
releaser:
46-
<<: *common_release_conditions
4725
stage: release
4826
type: build
4927
image_name: '${{CF_REPO_NAME}}-releaser'
5028
dockerfile: Dockerfile
5129
release:
52-
<<: *common_release_conditions
5330
stage: release
5431
image: ${{releaser}}
5532
commands:

0 commit comments

Comments
 (0)