From 64669c18992339fa632bfea0bf13691844252777 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roman=20Smr=C5=BE?= Date: Thu, 22 May 2025 21:45:38 +0200 Subject: Extract command Changelog: Added `extract` command to extract artifacts --- test/asset/artifact/minici.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/asset/artifact/minici.yaml (limited to 'test/asset') 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 -- cgit v1.2.3