diff options
Diffstat (limited to 'test/asset/artifact/minici.yaml')
-rw-r--r-- | test/asset/artifact/minici.yaml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/asset/artifact/minici.yaml b/test/asset/artifact/minici.yaml new file mode 100644 index 0000000..065ae84 --- /dev/null +++ b/test/asset/artifact/minici.yaml @@ -0,0 +1,17 @@ +job generate: + checkout: null + + shell: + - echo "content 1" > f1 + - mkdir subdir + - echo "content 2" > subdir/f2 + - echo "content 3" > f3 + + artifact first: + path: f1 + + artifact second: + path: subdir/f2 + + artifact third: + path: f3 |