Gitlab-CI: keep build workspace only 1 hour
parent
d7ddceac73
commit
af96309621
|
@ -22,7 +22,7 @@ variables:
|
|||
- make install
|
||||
artifacts:
|
||||
when: on_success
|
||||
expire_in: 14 day
|
||||
expire_in: 1h
|
||||
paths:
|
||||
- artifact/*
|
||||
|
||||
|
|
Loading…
Reference in New Issue