appsembler / configuration

a simple, but flexible, way for anyone to stand up an instance of the edX platform that is fully configured and ready-to-go
GNU Affero General Public License v3.0
15 stars 13 forks source link

Use develop branch for Tahoe edxapp builds #275

Closed OmarIthawi closed 4 years ago

OmarIthawi commented 4 years ago

So we can iterate faster on the Tahoe devstack without being forced to push to production accidentally.

johnbaldwin commented 4 years ago

@OmarIthawi How does this change our workflow? Specifically, if we change the target to develop how do we now push to master?

OmarIthawi commented 4 years ago

@johnbaldwin I'm not sure I get your question because this pull request is concerned about the docker images used in devstack. I think it's a mistake to use master in the first place.

If your question is related to the production push workflow, then I think this unrelated to that workflow.

The production push workflow develop -> master (documented here) is kept unchanged.