Gitlab-CI: Expire unnecessary artifacts after 1 day

Signed-off-by: Taylor Smock <tsmock@fb.com>
pull/1/head
Taylor Smock 2021-01-13 12:38:35 -07:00
rodzic acf6787de1
commit 5fb9a0707a
1 zmienionych plików z 4 dodań i 0 usunięć

Wyświetl plik

@ -37,6 +37,7 @@ assemble:
artifacts:
paths:
- build/
expire_in: 1 day
interruptible: true
@ -48,6 +49,7 @@ assemble with java 11:
artifacts:
paths:
- build/
expire_in: 1 day
interruptible: true
assemble with java 15:
@ -58,6 +60,7 @@ assemble with java 15:
artifacts:
paths:
- build/
expire_in: 1 day
allow_failure: true
interruptible: true
@ -94,6 +97,7 @@ build:
artifacts:
paths:
- build
expire_in: 1 day
needs: ["assemble"]
dependencies:
- assemble