You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 17, 2019. It is now read-only.
The system will also need to update thefy_source so CI knows which site to build and deploy (It'd also be nice if this source name was reflected in the 'git commit' comment above):
Note: This is lower priority than the integrity of the JSON source.
These commands only need to be run once:
git clone https://github.com/CityOfBoston/budget.boston.gov.git
git checkout -b budgetsoft
Then every time a change is made to the appropriate
_source
sub-folder (https://github.com/CityOfBoston/budget.boston.gov/tree/develop/_source), run:git add -A
git commit -m "New JSON source."
git push https://budgetsoftobm:YOUR_PASSWORD@https://github.com/CityOfBoston/budget.boston.gov.git budgetsoft
The system will also need to update the
fy_source
so CI knows which site to build and deploy (It'd also be nice if this source name was reflected in the 'git commit' comment above):The text was updated successfully, but these errors were encountered: