Skip to content
Snippets Groups Projects
Commit 6ec9a29c authored by ranchodeluxe's avatar ranchodeluxe
Browse files

do not pass tst or ted

parent 7216a057
No related branches found
No related tags found
1 merge request!96do not pass tst or ted
...@@ -33,16 +33,6 @@ jobs: ...@@ -33,16 +33,6 @@ jobs:
echo "Docker GID: $DOCKER_GID" echo "Docker GID: $DOCKER_GID"
echo "User UID: $UID" echo "User UID: $UID"
- name: set ted now
run: |
FULL_YEAR=$(date +"%Y")
MONTH_INT=$(date +"%-m") # Remove zero padding for month
DAY_INT=$(date +"%-d") # Remove zero padding for day
HOUR=$(date +"%I") # Use 12-hour format
MERIDIAN=$(date +"%p") # Get AM/PM
# NOTE: this has to be JSON encoded
echo "NOW_TED='[$FULL_YEAR, $MONTH_INT, $DAY_INT, \"$MERIDIAN\"]'" >> $GITHUB_ENV
- name: kick off the DPS job - name: kick off the DPS job
uses: Earth-Information-System/fireatlas/.github/actions/run-dps-job-v3@conus-dps uses: Earth-Information-System/fireatlas/.github/actions/run-dps-job-v3@conus-dps
with: with:
...@@ -52,6 +42,6 @@ jobs: ...@@ -52,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": "[2024,1,1,\"AM\"]", "ted": "[2024,4,8, \"AM\"]", "operation": "--coordinate-all"}' json_params: '{"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