Skip to content
Snippets Groups Projects
Commit 39fc912e authored by gcorradini's avatar gcorradini
Browse files

Merge branch 'gc/we_dumb' into 'conus-dps'

moar

See merge request !97
parents da0bc869 ad0da48e
No related branches found
No related tags found
1 merge request!97moar
...@@ -39,4 +39,4 @@ runs: ...@@ -39,4 +39,4 @@ runs:
${{ inputs.username }} \ ${{ inputs.username }} \
${{ inputs.queue }} \ ${{ inputs.queue }} \
${{ inputs.maap_image_env }} \ ${{ inputs.maap_image_env }} \
--params "${{ inputs.json_params }}" --params ${{ inputs.json_params }}
...@@ -42,6 +42,6 @@ jobs: ...@@ -42,6 +42,6 @@ jobs:
queue: maap-dps-eis-worker-64gb queue: maap-dps-eis-worker-64gb
maap_image_env: ubuntu maap_image_env: ubuntu
maap_pgt_secret: ${{ secrets.MAAP_PGT }} maap_pgt_secret: ${{ secrets.MAAP_PGT }}
json_params: '{"regnm": "CONUS", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[]", "ted": "[]", "operation": "--coordinate-all"}' json_params: ${{ toJSON({"regnm": "CONUS", "bbox": "[-126.401171875,24.071240929282325,-61.36210937500001,49.40003415463647]", "tst": "[]", "ted": "[]", "operation": "--coordinate-all"}) }}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment