Skip to content

Commit

Permalink
Migrate WV04_Pan_L1B to CBA Prod (#310)
Browse files Browse the repository at this point in the history
Fixes #307
  • Loading branch information
chuckwondo authored Dec 15, 2023
1 parent 40a8cc0 commit 222ebd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/terraspace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
run: |
# Ruby requires g++ to build gem native extensions
sudo apt-get install -y --no-install-recommends g++ ruby-full
sudo gem install bundler
sudo gem install bundler -v 2.4.22
- name: Install tfenv
run: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
},
"workflow": "DiscoverAndQueueGranules",
"meta": {
"discoverOnly": true,
"discoverOnly": false,
"providerPathFormat": "'WV04_Pan_L1B___1/'yyyy/DDD",
"startDate": "2017-01-01T00:00:00Z",
"endDate": "2019-01-01T00:00:00Z",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
"@typescript-eslint/parser": "^5.1.0",
"ava": "^4.3.3",
"codecov": "^3.5.0",
"cumulus-cli": "github:NASA-IMPACT/cumulus-cli#66641bb",
"cumulus-cli": "github:NASA-IMPACT/cumulus-cli#68b8eb5",
"cz-conventional-changelog": "^3.3.0",
"eslint": "^8.0.1",
"eslint-config-prettier": "^8.3.0",
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3151,9 +3151,9 @@ crypto-random-string@^4.0.0:
dependencies:
type-fest "^1.0.1"

"cumulus-cli@github:NASA-IMPACT/cumulus-cli#66641bb":
"cumulus-cli@github:NASA-IMPACT/cumulus-cli#68b8eb5":
version "0.1.0"
resolved "https://codeload.github.com/NASA-IMPACT/cumulus-cli/tar.gz/66641bb15184d585a171ef85e6d67144a0c8912b"
resolved "https://codeload.github.com/NASA-IMPACT/cumulus-cli/tar.gz/68b8eb5a44151699da0cbbfd1a3cd41c0d116957"
dependencies:
cmd-ts "^0.11.0"
lodash "^4.17.21"
Expand Down

0 comments on commit 222ebd7

Please sign in to comment.