Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
beat
beat.cmdline
Commits
ffd5d7a8
Commit
ffd5d7a8
authored
May 15, 2017
by
Philip ABBET
Browse files
'beat db index': Don't require strict environments
parent
bec61e60
Pipeline
#9252
passed with stage
in 6 minutes and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
beat/cmdline/databases.py
View file @
ffd5d7a8
...
...
@@ -246,7 +246,7 @@ def index_output(configuration, names, ls, delete, checksum, uid, db_root):
if
not
(
ls
or
delete
or
checksum
):
#we're indexing
host
=
dock
.
Host
()
host
.
setup
(
raise_on_errors
=
Tru
e
)
host
.
setup
(
raise_on_errors
=
Fals
e
)
for
protocol_name
in
protocols
:
...
...
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