Skip to content

Commit a82ac73

Browse files
committed
build(codefresh): remove 'working_directory' and add 'image_name' to 'test' step
1 parent da36e05 commit a82ac73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

codefresh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ steps:
1414
build:
1515
stage: build
1616
image: node:10.16.0-alpine
17-
working_directory: ${{clone}}
17+
image_name: 'hover-javascript'
1818
commands:
1919
- yarn install
2020
test:

0 commit comments

Comments
 (0)