Skip to content

Commit

Permalink
Fixed bug where status was not being reported to Cumulus Dashboard by…
Browse files Browse the repository at this point in the history
… adding `cumulus_meta` back into the output CMA.
  • Loading branch information
frankinspace committed Feb 12, 2025
1 parent 70cac4e commit 0969768
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Deprecated
### Removed
### Fixed
- [issues/54](https://github.com/podaac/bignbit/issues/54): Fixed bug where status was not being reported to Cumulus Dashboard by adding `cumulus_meta` back into the output CMA.
### Security

## [0.2.2]
Expand Down
1 change: 1 addition & 0 deletions terraform/state_machine_definition.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -435,6 +435,7 @@
"Type":"Pass",
"Next":"BuildImageSets",
"Parameters":{
"cumulus_meta.$": "$.cumulus_meta",
"meta": {
"buckets.$": "$.meta.buckets",
"cmr.$": "$.meta.cmr",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cumulus_meta": {},
"meta": {
"provider": {},
"stack": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cumulus_meta": {},
"meta": {
"provider": {},
"stack": {},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"cumulus_meta": {},
"meta": {
"provider": {},
"stack": {},
Expand Down

0 comments on commit 0969768

Please sign in to comment.