Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Memri
POD
Commits
539c3542
Commit
539c3542
authored
4 years ago
by
Koen van der Veen
Browse files
Options
Download
Email Patches
Plain Diff
rename docker
parent
b22b2cae
Pipeline
#1809
passed with stage
in 10 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/services_api.rs
+1
-1
src/services_api.rs
with
1 addition
and
1 deletion
+1
-1
src/services_api.rs
+
1
-
1
View file @
539c3542
...
...
@@ -121,7 +121,7 @@ pub fn run_indexers(
args
.push
(
"--rm"
.to_string
());
args
.push
(
"--name=memri-indexers_1"
.to_string
());
args
.push
(
format!
(
"--env=RUN_UID={}"
,
payload
.uid
));
args
.push
(
"memri-
indexers:latest
"
.to_string
());
args
.push
(
"memri-
pyintegrators
"
.to_string
());
log
::
debug!
(
"Starting indexer docker command {:?}"
,
args
);
let
command
=
Command
::
new
(
"docker"
)
.args
(
&
args
)
.spawn
();
match
command
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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
Menu
Explore
Projects
Groups
Snippets