.gitlab-ci.yml: Filter TAMER artifacts to binaries

The binaries are small, but the other data in target/ is huge (>1GiB on my
machine after numerous builds).

DEV-7145
main
Mike Gerwitz 2022-08-29 16:15:37 -04:00
parent 419b24f251
commit a712d8b279
1 changed files with 2 additions and 1 deletions

View File

@ -24,7 +24,8 @@ build:
artifacts:
paths:
- doc/
- tamer/target
- tamer/target/*/tamec
- tamer/target/*/tameld
expire_in: 30 min
build:doc:tpl: