Skip to content

Commit

Permalink
Retires site BOG04 (#347)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade authored Sep 19, 2024
1 parent 2fb0e85 commit ba6c6c0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions retired.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ local retiredSites = {
ber01: import 'sites/ber01.jsonnet',
bkk01: import 'sites/bkk01.jsonnet',
bog01: import 'sites/bog01.jsonnet',
bog04: import 'sites/bog04.jsonnet',
bom01: import 'sites/bom01.jsonnet',
bom03: import 'sites/bom03.jsonnet',
bom05: import 'sites/bom05.jsonnet',
Expand Down
1 change: 0 additions & 1 deletion sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ local sites = {
ber02: import 'sites/ber02.jsonnet',
bog02: import 'sites/bog02.jsonnet',
bog03: import 'sites/bog03.jsonnet',
bog04: import 'sites/bog04.jsonnet',
bog05: import 'sites/bog05.jsonnet',
bom02: import 'sites/bom02.jsonnet',
bom04: import 'sites/bom04.jsonnet',
Expand Down
1 change: 1 addition & 0 deletions sites/bog04.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2020-07-06',
retired: '2024-09-19',
},
}

0 comments on commit ba6c6c0

Please sign in to comment.