From 1fc256cee80eef7aa2178789f23a729ba9f27b79 Mon Sep 17 00:00:00 2001 From: Tom Clegg Date: Mon, 22 Sep 2014 19:25:04 -0400 Subject: [PATCH] Revert "Bugfix: do not try to overwrite docker_image_locator if it is already set." refs #3898 This reverts commit 7e27eb2cca7e9e22ad1f56a6f0ecbbc40ad4cb64. --- services/api/app/models/job.rb | 2 -- 1 file changed, 2 deletions(-) diff --git a/services/api/app/models/job.rb b/services/api/app/models/job.rb index 64ae37b0fd..b4aa62537f 100644 --- a/services/api/app/models/job.rb +++ b/services/api/app/models/job.rb @@ -134,8 +134,6 @@ class Job < ArvadosModel end def find_docker_image_locator - # Do nothing if docker_image_locator is already set - return true if not self.docker_image_locator.nil? # Find the Collection that holds the Docker image specified in the # runtime constraints, and store its locator in docker_image_locator. unless runtime_constraints.is_a? Hash -- 2.39.5