-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4566d4b
commit ba6aa60
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,9 +15,12 @@ cp ../portal_dryrun_forecast.sh . | |
git config user.email "[email protected]" | ||
git config user.name "Weecology Deploy Bot" | ||
|
||
# Commit changes to portal-forecasts repo | ||
# Commit changes to portal-forecasts repo. Do no commit old forecasts files. | ||
git checkout main | ||
git add data/* models/* forecasts/* portal_weekly_forecast.sh portal_dryrun_forecast.sh | ||
git add data/* models/* portal_weekly_forecast.sh portal_dryrun_forecast.sh | ||
git ls-files ./forecasts --others --exclude-standard --directory | xargs git add | ||
git add forecasts/forecasts_evaluations.zip forecasts/forecasts_metadata.csv forecasts/forecasts_results.csv | ||
|
||
git commit -m "Update forecasts: HiperGator Build $current_date [ci skip]" | ||
|
||
# Add deploy remote | ||
|