From 71ed5172c11dc5a68c870db2b59cd003b50372ed Mon Sep 17 00:00:00 2001 From: skperez Date: Wed, 16 Mar 2022 11:23:24 -0700 Subject: [PATCH 1/2] Update changelog --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb552aee..62c17577 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,7 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Handle empty granule files. - [issue-14](https://github.com/podaac/concise/issues/14): Added support for concatenating granules together that have different variables + - Added `timeout` option to `cmr-umm-updater` ### Changed + - Upgraded `cmr-umm-updater` to 0.2.1 ### Deprecated ### Removed ### Fixed From 1b61d98dd73d7d91b9ffda29b7088a7e3ecdd28e Mon Sep 17 00:00:00 2001 From: skperez Date: Wed, 16 Mar 2022 11:23:37 -0700 Subject: [PATCH 2/2] Upgrade cmr-umm-updater to 0.2.1 --- .github/workflows/build-pipeline.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-pipeline.yml b/.github/workflows/build-pipeline.yml index bf62c364..393b9ce0 100644 --- a/.github/workflows/build-pipeline.yml +++ b/.github/workflows/build-pipeline.yml @@ -127,7 +127,7 @@ jobs: tag: ${{ env.software_version }} message: "Version ${{ env.software_version }}" - name: Publish UMM-S with new version - uses: podaac/cmr-umm-updater@0.1.1 + uses: podaac/cmr-umm-updater@0.2.1 if: | github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/heads/release') @@ -136,6 +136,7 @@ jobs: provider: 'POCLOUD' env: ${{ env.venue }} version: ${{ env.software_version }} + timeout: 60 env: cmr_user: ${{secrets.CMR_USER}} cmr_pass: ${{secrets.CMR_PASS}}