File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 45
45
with :
46
46
name : adapter-artifact
47
47
path : adapter.tar
48
+ retention-days : 1
48
49
49
50
50
51
# ----------------- SCHEDULER SERVICE --------------------
81
82
with :
82
83
name : scheduler-artifact
83
84
path : scheduler.tar
85
+ retention-days : 1
84
86
85
87
86
88
# ----------------- STORAGE SERVICE --------------------
@@ -127,18 +129,21 @@ jobs:
127
129
with :
128
130
name : storage-artifact
129
131
path : storage_postgrest.tar
132
+ retention-days : 1
130
133
131
134
- name : Upload Liquibase Docker image as artifact
132
135
uses : actions/upload-artifact@v1
133
136
with :
134
137
name : liquibase-artifact
135
138
path : storage_liquibase.tar
139
+ retention-days : 1
136
140
137
141
- name : Upload Storage-MQ Docker image as artifact
138
142
uses : actions/upload-artifact@v1
139
143
with :
140
144
name : storagemq-artifact
141
145
path : storage_mq.tar
146
+ retention-days : 1
142
147
143
148
# The CDC-Test builds a cut-down image that would override the previously built production image
144
149
# Therefore it is executed after uploading the production image
@@ -188,6 +193,7 @@ jobs:
188
193
with :
189
194
name : pipeline-artifact
190
195
path : pipeline.tar
196
+ retention-days : 1
191
197
192
198
193
199
# ----------------- NOTIFICATION SERVICE --------------------
@@ -224,6 +230,7 @@ jobs:
224
230
with :
225
231
name : notification-artifact
226
232
path : notification.tar
233
+ retention-days : 1
227
234
228
235
# The CDC-Test builds a cut-down image that would override the previously built production image
229
236
# Therefore it is executed after uploading the production image
@@ -262,6 +269,7 @@ jobs:
262
269
with :
263
270
name : ui-artifact
264
271
path : ui.tar
272
+ retention-days : 1
265
273
266
274
# The CDC-Test builds a cut-down image that would override the previously built production image
267
275
# Therefore it is executed after uploading the production image
You can’t perform that action at this time.
0 commit comments