kopia lustrzana https://github.com/JOSM/MapWithAI
Gitlab-CI: Expire unnecessary artifacts after 1 day
Signed-off-by: Taylor Smock <tsmock@fb.com>pull/1/head
rodzic
acf6787de1
commit
5fb9a0707a
|
@ -37,6 +37,7 @@ assemble:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
expire_in: 1 day
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
|
|
||||||
|
@ -48,6 +49,7 @@ assemble with java 11:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
expire_in: 1 day
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
assemble with java 15:
|
assemble with java 15:
|
||||||
|
@ -58,6 +60,7 @@ assemble with java 15:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build/
|
- build/
|
||||||
|
expire_in: 1 day
|
||||||
allow_failure: true
|
allow_failure: true
|
||||||
interruptible: true
|
interruptible: true
|
||||||
|
|
||||||
|
@ -94,6 +97,7 @@ build:
|
||||||
artifacts:
|
artifacts:
|
||||||
paths:
|
paths:
|
||||||
- build
|
- build
|
||||||
|
expire_in: 1 day
|
||||||
needs: ["assemble"]
|
needs: ["assemble"]
|
||||||
dependencies:
|
dependencies:
|
||||||
- assemble
|
- assemble
|
||||||
|
|
Ładowanie…
Reference in New Issue