From 78d9c80226c52bcd70e27e7ee2a3a7754f644b53 Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Sat, 24 Mar 2018 14:02:20 +0200 Subject: Change: rename blob service to artifact store --- yarns/900-implements.yarn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'yarns/900-implements.yarn') diff --git a/yarns/900-implements.yarn b/yarns/900-implements.yarn index c6be689..8a7dff1 100644 --- a/yarns/900-implements.yarn +++ b/yarns/900-implements.yarn @@ -36,7 +36,7 @@ along with this program. If not, see . url = vars['url'] http(vars, get, url + path, token=token) - IMPLEMENTS WHEN (\S+) retrieves (\S+) from blob service + IMPLEMENTS WHEN (\S+) retrieves (\S+) from artifact store user = get_next_match() path = get_next_match() token = get_token(user) @@ -74,7 +74,7 @@ along with this program. If not, see . url = vars['url'] http(vars, put, url + path, body=body, token=token) - IMPLEMENTS WHEN (\S+) sends blob (\S+) to blob service as (\S+) + IMPLEMENTS WHEN (\S+) sends blob (\S+) to artifact store as (\S+) user = get_next_match() filename = get_next_match() path = get_next_match() -- cgit v1.2.1