Skip to content

Commit 6f53b9d

Browse files
committed
fixed yml for codefresh example
1 parent e5f7c79 commit 6f53b9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

codefresh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ version: '1.0'
33
steps:
44
clone-prj:
55
type: git-clone
6-
repo: https://github.com/nCodefresh/express-angular.git
6+
repo: https://github.com/Codefresh-Examples/express-angular.git
77

88
build-prj:
99
type: build
1010
description: codefresh example
11-
image-name: ncodefresh/express-angular
11+
image-name: codefreshexamples/expressangular
1212
dockerfile: Dockerfile
1313
working-directory: ${{clone-prj}}
1414
tag: latest

0 commit comments

Comments
 (0)