Browse Source

.ci.yml: Added specific paths for artifacts

Signed-off-by: Grzegorz Latosinski <glatosinski@antmicro.com>
pull/1/head
Grzegorz Latosinski 3 years ago
parent
commit
ab18c0da5a
  1. 12
      .ci.yml

12
.ci.yml

@ -11,9 +11,9 @@ simple_test:
artifacts:
when: always
paths:
- "*.svg"
- "*.png"
- "*.ascii"
- "*.html"
- "*.txt"
- "*.log"
- "plot.svg"
- "plot.png"
- "plot.ascii"
- "plot.html"
- "example.log"
- "example.txt"

Loading…
Cancel
Save