mozilla / redash

This is a Mozilla fork of the re:dash project (https://redash.io/), where we do work to be contributed back to the upstream project and for our own custom needs.
BSD 2-Clause "Simplified" License
20 stars 21 forks source link

Remove RC docker image build workflow from CircleCI configuration #1009

Closed jasonthomas closed 4 years ago

jasonthomas commented 4 years ago

Starting with m30 release we will follow the new deployment flow which removes 'release' branch deployment aka 'rc'. This PR removes the CircleCI configuration associated with the release branch deployment.

In the future the deployment flow will be:

  1. master pushes to dev environment
  2. A tag pushes to stage environment
  3. Ops pushes tag to prod environment on request
emtwo commented 4 years ago

This commit is now on master