File tree 1 file changed +30
-0
lines changed
.github/workflows/scripts
1 file changed +30
-0
lines changed Original file line number Diff line number Diff line change 185
185
},
186
186
"tests" : false
187
187
},
188
+ {
189
+ "name" : " armada-lookout" ,
190
+ "source" : " deployment/lookout" ,
191
+ "destination" : " armada" ,
192
+ "use_ref_as_version" : {
193
+ "pattern" : " ^refs/tags/v" ,
194
+ "replacement" : " "
195
+ },
196
+ "tests" : false
197
+ },
198
+ {
199
+ "name" : " armada-lookout-migration" ,
200
+ "source" : " deployment/lookout-migration" ,
201
+ "destination" : " armada" ,
202
+ "use_ref_as_version" : {
203
+ "pattern" : " ^refs/tags/v" ,
204
+ "replacement" : " "
205
+ },
206
+ "tests" : false
207
+ },
208
+ {
209
+ "name" : " armada-lookout-ingester" ,
210
+ "source" : " deployment/lookout-ingester" ,
211
+ "destination" : " armada" ,
212
+ "use_ref_as_version" : {
213
+ "pattern" : " ^refs/tags/v" ,
214
+ "replacement" : " "
215
+ },
216
+ "tests" : false
217
+ },
188
218
{
189
219
"name" : " armada-scheduler-migration" ,
190
220
"source" : " deployment/scheduler-migration" ,
You can’t perform that action at this time.
0 commit comments