We seem to be having some issues deploying our latest develop branch with CircleCI. We had a successful deployment yesterday but then today with same CircleCI configs we are getting an error while trying to spin up the environment. We noticed that the build-agent has been updated, not sure if that’s related or not. I inherited this deployment process so I’ve just barely scratched the surface of the CircleCI setup.
We did try removing command: /sbin/init
from our config.yml file per https://support.circleci.com/hc/en-us/articles/360013144894-Resolving-CircleCI-was-unable-to-start-the-container- which got us past the environment spin up, but then it fails to connect to the database and command: /sbin/init
has been in the config for almost a year so not sure why it would stop working all the sudden.
Also not really sure why it’s tagging the builds as “Circle Bug” does that indicate that it has determined an error on the CircleCI side?
Any help would be appreciated at this point!