Skip to content

Commit

Permalink
Merge cd2fbcc into 4e792d3
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego committed Aug 8, 2019
2 parents 4e792d3 + cd2fbcc commit cdceefa
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions reana_workflow_controller/workflow_run_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,14 +325,10 @@ def _create_job_spec(self, name, command=None, image=None,
owner_id = str(self.workflow.owner_id)
command = format_cmd(command)
workspace_mount, _ = get_shared_volume(
self.workflow.get_workspace(),
KubernetesWorkflowRunManager.k8s_shared_volume
[REANA_STORAGE_BACKEND]['hostPath']['path']
self.workflow.get_workspace(), SHARED_VOLUME_PATH
)
db_mount, _ = get_shared_volume(
'db',
KubernetesWorkflowRunManager.k8s_shared_volume
[REANA_STORAGE_BACKEND]['hostPath']['path']
'db', SHARED_VOLUME_PATH
)

workflow_metadata = client.V1ObjectMeta(name=name)
Expand Down

0 comments on commit cdceefa

Please sign in to comment.