Skip to content

Commit

Permalink
Merge ef5d72a into c914077
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob-Johnson committed Nov 20, 2015
2 parents c914077 + ef5d72a commit cb62863
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions general_itests/steps/paasta_execute_docker_command.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ def create_docker_container(context, task_id):
context.docker_client.remove_container(container_name, force=True)
except APIError:
pass
context.docker_client.pull('ubuntu:trusty')
container = context.docker_client.create_container(
name=container_name,
image='ubuntu:trusty',
Expand Down

0 comments on commit cb62863

Please sign in to comment.