diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-01-06 16:41:07 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-01-06 16:41:07 +0100 |
commit | 0e8d4e0c868951f1ae3dce7fb3b78cd5a57785a8 (patch) | |
tree | 6b6664549065ca9ea80a8688735441789e1059cb | |
parent | 3cd4d944164408fa42b7b8a438b9cae2140a8c26 (diff) |
Clean all apex artifacts too
Change-Id: Ia9532529191d0a79d63ebfcf5e6d690f49a67376
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rwxr-xr-x | utils/retention_script.sh | 5 |
1 files changed, 1 insertions, 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" |