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: artifacts:
when: always when: always
paths: paths:
- "*.svg" - "plot.svg"
- "*.png" - "plot.png"
- "*.ascii" - "plot.ascii"
- "*.html" - "plot.html"
- "*.txt" - "example.log"
- "*.log" - "example.txt"

Loading…
Cancel
Save