alphagov / govuk-docker

GOV.UK development environment using Docker 🐳
MIT License
82 stars 22 forks source link

Skips checking if up to date with upstream if no upstream exists. #605

Closed KludgeKML closed 2 years ago

KludgeKML commented 2 years ago

If you've made a branch but haven't yet published it to the origin, this update prevents govuk-docker from checking freshness of that branch and crashing when it finds no origin to compare it to.

Fixes: https://github.com/alphagov/govuk-docker/issues/601