Skip to content

Commit

Permalink
execution: unify docker cmdline usage (prepping for kubernetes drop-i…
Browse files Browse the repository at this point in the history
…n replacement)
  • Loading branch information
lukasheinrich committed Nov 8, 2017
1 parent 49b9668 commit 5de910b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packtivity/handlers/execution_handlers.py
Expand Up @@ -118,9 +118,6 @@ def prepare_docker_context(state,environment,log,metadata):
return prepare_docker(state,do_cvmfs,do_auth,par_mounts,log,metadata)

def run_docker_with_script(state,environment,job,log,metadata):
image = environment['image']
imagetag = environment['imagetag']

script = job['script']
interpreter = job['interpreter']

Expand Down Expand Up @@ -188,9 +185,6 @@ def docker_execution_cmdline(state,environment,log,metadata,combined_flags,cmd_a
)

def run_docker_with_oneliner(state,environment,command,log,metadata):
image = environment['image']
imagetag = environment['imagetag']

log.debug('''\n\
--------------
running one liner in container.
Expand Down

0 comments on commit 5de910b

Please sign in to comment.