From a095b2e7ffc28779328f0354a5cc97d9e527fd02 Mon Sep 17 00:00:00 2001 From: Aric Gardner Date: Thu, 7 Jul 2016 10:05:35 -0400 Subject: Add gsutil to path Change-Id: I8d59f267190f997e1d47e1d58c432d3c63337a06 Signed-off-by: Aric Gardner --- utils/retention_script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/utils/retention_script.sh b/utils/retention_script.sh index 36dd537e9..1db805507 100755 --- a/utils/retention_script.sh +++ b/utils/retention_script.sh @@ -15,6 +15,8 @@ # limitations under the License. ############################################################################## +PATH=$PATH:/usr/local/bin/gsutil + #These are the only projects that generate artifacts for x in armband ovsnfv fuel apex compass4nfv do -- cgit 1.2.3-korg