Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.editor
Commits
2352e68f
Commit
2352e68f
authored
May 24, 2018
by
Jaden DIEFENBAUGH
Browse files
Merge branch 'fix_environments_discovery' into 'master'
Fix environments discovery See merge request
!4
parents
3bf5bcaf
e3c760ad
Pipeline
#20496
passed with stages
in 74 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/editor/resources.py
View file @
2352e68f
...
...
@@ -74,7 +74,7 @@ class Environments(Resource):
def
get
(
self
):
"""Uses beat.core to get the local environment (docker) information
and returns a list of environments"""
host
=
Host
()
host
=
Host
(
raise_on_errors
=
False
)
envs
=
host
.
processing_environments
for
env
in
envs
.
keys
():
envs
[
env
][
'queues'
]
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment