From 0e8d4e0c868951f1ae3dce7fb3b78cd5a57785a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Fri, 6 Jan 2023 16:41:07 +0100 Subject: [PATCH 1/1] Clean all apex artifacts too MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Change-Id: Ia9532529191d0a79d63ebfcf5e6d690f49a67376 Signed-off-by: Cédric Ollivier --- utils/retention_script.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/utils/retention_script.sh b/utils/retention_script.sh index b2177930b..b57e6143e 100755 --- a/utils/retention_script.sh +++ b/utils/retention_script.sh @@ -15,10 +15,7 @@ # limitations under the License. ############################################################################## -PATH=$PATH:/usr/local/bin/ - -#These are the only projects that generate artifacts -for x in armband ovsnfv fuel apex compass4nfv +for x in apex armband ovsnfv fuel apex compass4nfv do echo "Looking at artifacts for project $x" -- 2.16.6