Skip to content

Commit 9eb5f5b

Browse files
committed
remove step git-clone
1 parent 6f53b9d commit 9eb5f5b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

codefresh.yml

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

33
steps:
4-
clone-prj:
5-
type: git-clone
6-
repo: https://github.com/Codefresh-Examples/express-angular.git
7-
84
build-prj:
95
type: build
106
description: codefresh example
117
image-name: codefreshexamples/expressangular
128
dockerfile: Dockerfile
13-
working-directory: ${{clone-prj}}
149
tag: latest
1510

1611
push-dockerhub:

0 commit comments

Comments
 (0)