Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
DZDTools
motherlode
Commits
12747450
Commit
12747450
authored
Oct 08, 2021
by
Tim Bleimehl
🤸🏼
Browse files
remove unused import
parent
2109b152
Pipeline
#1367
passed with stage
in 45 seconds
Changes
1
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Motherlode/pipeline_manager.py
View file @
12747450
from
docker.client
import
DockerClient
import
os
import
py2neo
import
docker
...
...
@@ -65,8 +64,8 @@ class PipelineManager:
json
.
dumps
(
params
,
indent
=
4
)
)
)
container_manager
.
image_reg_data
=
container_manager
.
docker_client
.
images
.
get_registry_data
(
**
params
container_manager
.
image_reg_data
=
(
container_manager
.
docker_client
.
images
.
get_registry_data
(
**
params
)
)
def
_create_log_node_pipeline_run
(
self
):
...
...
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