Add excludes tests

This commit is contained in:
Ettore Di Giacinto
2020-11-08 15:48:26 +01:00
parent d92ee9e1d9
commit b1316b50b4
13 changed files with 218 additions and 0 deletions

11
tests/fixtures/excludes/build.yaml vendored Normal file
View File

@@ -0,0 +1,11 @@
image: "alpine"
prelude:
- echo foo > /test
- echo bar > /test2
steps:
- echo artifact5 > /test5
- echo artifact6 > /test6
- echo artifact43 > /marvin
- echo "foo" > /marvot
excludes:
- marvot

View File

@@ -0,0 +1,3 @@
category: "test"
name: "b"
version: "1.0"