Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fireatlas_nrt
Manage
Activity
Members
Labels
Plan
Issues
14
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
gcorradini
fireatlas_nrt
Merge requests
!91
bad yaml
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
bad yaml
gc/fix2
into
conus-dps
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
gcorradini
requested to merge
gc/fix2
into
conus-dps
1 year ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
conus-dps
conus-dps (base)
and
latest version
latest version
43a7bee6
1 commit,
1 year ago
1 file
+
10
−
10
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
.github/workflows/schedule-conus-nrt-v3.yaml
+
10
−
10
Options
@@ -34,16 +34,16 @@ jobs:
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
echo "##########################"
echo $NOW_TED
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
echo "##########################"
echo $NOW_TED
-
name
:
kick off the DPS job
uses
:
Earth-Information-System/fireatlas/.github/actions/run-dps-job-v3@conus-dps
Loading