def load_history(): ''' Load build history. ''' with hide('everything'): data = fs.read_remote_file(get_builds_file()) return json.loads(data)