Skip to content

Commit f76dbf7

Browse files
Update codefresh.yml
1 parent 455958e commit f76dbf7

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

services/service_4/codefresh.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
1-
asdsad
1+
version: '1.0'
2+
3+
steps:
4+
TestVolumes:
5+
image: alpine
6+
working_directory: ${{main_clone}}
7+
commands:
8+
- env
9+
- pwd
10+
- ls ${{CF_VOLUME_PATH}} # check if the test file is there from the previous build
11+
- touch ${{CF_VOLUME_PATH}}/testfile

0 commit comments

Comments
 (0)