mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-05-05 02:40:54 +08:00
Remove the Docker development environment
This development environment has not been maintained in a long time and it doesn't work anymore. Let's remove it for now and reintroduce containers when we start using OpenShift for development.
This commit is contained in:
@@ -36,7 +36,7 @@ config = {
|
||||
# End of code signing configuration
|
||||
}
|
||||
|
||||
# developer's instance (docker/vagrant/...)
|
||||
# developer's instance
|
||||
if 'MODULE_BUILD_SERVICE_DEVELOPER_ENV' in os.environ and \
|
||||
os.environ['MODULE_BUILD_SERVICE_DEVELOPER_ENV'].lower() in (
|
||||
'1', 'on', 'true', 'y', 'yes'):
|
||||
|
||||
Reference in New Issue
Block a user