Skip to content

Commit f7935df

Browse files
committed
fix cf yaml
1 parent 89a0ba1 commit f7935df

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

codefresh.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,12 @@ steps:
1212
commands:
1313
- npm install
1414
- npm build
15-
- npm test
15+
#- npm test
1616
- cp -r ./dist ./demo/dist
1717
build_demo:
1818
title: Building Demo Image
1919
type: build
2020
#Important: rename this image to to a valid repository in your registry. For example: myUserName/vote
2121
image_name: clipboardjs/demo
2222
dockerfile: Dockerfile
23+
tag: ${{CF_BRANCH}}

0 commit comments

Comments
 (0)