From 8fe8cec09a6ca26e465d976ad9dee6faf72ea789 Mon Sep 17 00:00:00 2001 From: Jason Kulatunga Date: Sun, 12 Jun 2022 10:09:25 -0700 Subject: [PATCH] Update TROUBLESHOOTING_DOCKER.md --- docs/TROUBLESHOOTING_DOCKER.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/docs/TROUBLESHOOTING_DOCKER.md b/docs/TROUBLESHOOTING_DOCKER.md index 3fe620b..3d49897 100644 --- a/docs/TROUBLESHOOTING_DOCKER.md +++ b/docs/TROUBLESHOOTING_DOCKER.md @@ -14,12 +14,6 @@ is almost immediately created (and tagged with `latest`) So changing from `master-omnibus -> latest` will be the same thing for all intents and purposes. -Having said that -- the one key difference is the `automated cron builds` that run on the `master` and `beta` branches. -They trigger a `nightly` build, even if nothing has changed on the branch. This has a couple of benefits, but one is to -ensure that there's no broken external dependencies in our (unchanged) code. - -However, as everyone unfortunately found out recently, I had an error in my CI script, which caused failures to be -ignored -- https://github.com/AnalogJ/scrutiny/issues/287. That has since been fixed. - -Hope that gives you an understanding for how everything is wired up. - +> NOTE: Previously, there was a `automated cron build` that ran on the `master` and `beta` branches. +They used to trigger a `nightly` build, even if nothing has changed on the branch. This has a couple of benefits, but one is to +ensure that there's no broken external dependencies in our (unchanged) code. This `nightly` build no longer updates the `master-omnibus` tag.