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
fix(Makefile): ignore status of data services in make start
The fleet status-matching regexes in the main Makefile didn't take
into account the addition of *-data.service jobs, and were therefore
reporting on both the status of deis-registry.service and
deis-registry-data.service. This PR appends a dot to each regex to
avoid matching the *-data.services.
0 commit comments