Skip to content

Commit

Permalink
Update TROUBLESHOOTING_DOCKER.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ authored Jun 12, 2022
1 parent b953456 commit 8fe8cec
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions docs/TROUBLESHOOTING_DOCKER.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit 8fe8cec

Please sign in to comment.