Skip to content

Commit 5abab98

Browse files
committed
build(codefresh): switch all steps back to 'freestyle' type
1 parent 5371fed commit 5abab98

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

codefresh.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,19 +13,17 @@ steps:
1313
revision: '${{CF_BRANCH}}'
1414
build:
1515
stage: build
16-
type: build
1716
image: node:10.16.0-alpine
18-
image_name: 'hover-javascript'
1917
commands:
2018
- yarn install
2119
test:
2220
stage: build
23-
image: ${{build}}
21+
image: node:10.16.0-alpine
2422
commands:
2523
- yarn validate
2624
release:
2725
stage: release
28-
image: ${{build}}
26+
image: node:10.16.0-alpine
2927
commands:
3028
- yarn build
3129
- node src travis-after-success

0 commit comments

Comments
 (0)