Skip to content

Commit e343451

Browse files
dsadsd
1 parent 7a34624 commit e343451

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

codefresh.yml

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
1-
Freestyle:
2-
title: Running docker image
3-
type: freestyle
4-
working_directory: '${{CLONE_STEP_NAME}}'
5-
arguments:
6-
image: 'alpine:3.8'
1+
version: '1.0'
2+
stages:
3+
- stage1
4+
steps:
5+
hello_world_step:
6+
title: free style step
7+
stage: stage1
8+
image: alpine
79
commands:
8-
- echo "Valera"
9-
- echo "asdasd"
10+
- echo '******* hello world *******'

0 commit comments

Comments
 (0)