Skip to content

Commit

Permalink
Publish UMM-S Record in UAT (#141)
Browse files Browse the repository at this point in the history
* Change the type of umm-s to `SWODLR` (#136)

* Update swodlr_umm_s.json

* Update publish.yml

* set umm version to 1.5.3

* Fix copy of associations.txt file

* Fix copy of associations.txt file

* Fix umm-json file name

* Update UMM-S version

* Update UMM-S version URL

---------

Co-authored-by: Frank Greguska <[email protected]>
  • Loading branch information
nikki-t and frankinspace authored Jun 6, 2024
1 parent 1b36f90 commit 023a88b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: rename associations file
id: rename
run: |
cp ${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}-associations.txt associations.txt
cp cmr/${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}_associations.txt cmr/associations.txt
- name: Publish UMM-S with new version
id: publish-umm-s
Expand All @@ -50,15 +50,15 @@ jobs:
LAUNCHPAD_TOKEN_UAT: ${{secrets.LAUNCHPAD_TOKEN_UAT}}
LAUNCHPAD_TOKEN_OPS: ${{secrets.LAUNCHPAD_TOKEN_OPS}}
with:
umm-json: format('cmr/swodlr_umm_s_{0}.json', ${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }})
umm-json: 'cmr/swodlr_umm_s_${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}.json'
provider: 'POCLOUD'
env: ${{ steps.lowercase.outputs.TARGET_ENV_LOWERCASE }}
version: ${{ env.VERSION }}
timeout: 60
disable_removal: 'true'
umm_type: 'umm-s'
use_associations: 'true'
umm_version: 1.5.2
umm_version: 1.5.3
url_value: ${{ env.RECORD_BASE_URL }}
continue-on-error: true

Expand All @@ -81,9 +81,9 @@ jobs:
disable_removal: 'true'
umm_type: 'umm-s'
use_associations: 'false'
umm_version: 1.5.2
umm_version: 1.5.3
url_value: ${{ env.RECORD_BASE_URL }}
env:
LAUNCHPAD_TOKEN_SIT: ${{secrets.LAUNCHPAD_TOKEN_SIT}}
LAUNCHPAD_TOKEN_UAT: ${{secrets.LAUNCHPAD_TOKEN_UAT}}
LAUNCHPAD_TOKEN_OPS: ${{secrets.LAUNCHPAD_TOKEN_OPS}}
LAUNCHPAD_TOKEN_OPS: ${{secrets.LAUNCHPAD_TOKEN_OPS}}
4 changes: 2 additions & 2 deletions cmr/swodlr_umm_s_ops.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
]
},
"MetadataSpecification": {
"URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.5.2",
"URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.5.3",
"Name": "UMM-S",
"Version": "1.5.2"
"Version": "1.5.3"
}
}
4 changes: 2 additions & 2 deletions cmr/swodlr_umm_s_uat.json
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,8 @@
]
},
"MetadataSpecification": {
"URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.5.2",
"URL": "https://cdn.earthdata.nasa.gov/umm/service/v1.5.3",
"Name": "UMM-S",
"Version": "1.5.2"
"Version": "1.5.3"
}
}

0 comments on commit 023a88b

Please sign in to comment.