Add the resource_key back to the repository build.

This commit is contained in:
jakedt 2014-02-25 18:22:02 -05:00
parent b9580c1c29
commit c13f7cd9df
8 changed files with 20 additions and 18 deletions

View file

@ -274,7 +274,7 @@ class DockerfileBuildWorker(Worker):
job_config = json.loads(repository_build.job_config)
resource_url = user_files.get_file_url(job_config['resource_key'])
resource_url = user_files.get_file_url(repository_build.resource_key)
tag_names = job_config['docker_tags']
build_subdir = job_config['build_subdir']
repo = job_config['repository']