Skip to content

Commit

Permalink
Retires site HKG01 (#330)
Browse files Browse the repository at this point in the history
  • Loading branch information
nkinkade authored Mar 28, 2024
1 parent 42252c4 commit 302f982
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 @@ -46,6 +46,7 @@ local retiredSites = {
gru01: import 'sites/gru01.jsonnet',
gru04: import 'sites/gru04.jsonnet',
ham01: import 'sites/ham01.jsonnet',
hkg01: import 'sites/hkg01.jsonnet',
hnd01: import 'sites/hnd01.jsonnet',
hnd03: import 'sites/hnd03.jsonnet',
hnd04: import 'sites/hnd04.jsonnet',
Expand Down
1 change: 0 additions & 1 deletion sites.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ local sites = {
ham02: import 'sites/ham02.jsonnet',
hel01: import 'sites/hel01.jsonnet',
hel02: import 'sites/hel02.jsonnet',
hkg01: import 'sites/hkg01.jsonnet',
hkg02: import 'sites/hkg02.jsonnet',
hkg03: import 'sites/hkg03.jsonnet',
hkg04: import 'sites/hkg04.jsonnet',
Expand Down
1 change: 1 addition & 0 deletions sites/hkg01.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ sitesDefault {
},
lifecycle+: {
created: '2019-09-27',
retired: '2024-03-28',
},
}

0 comments on commit 302f982

Please sign in to comment.