diff options
author | 2024-08-07 13:24:15 +0100 | |
---|---|---|
committer | 2024-08-07 14:40:58 +0100 | |
commit | 0227ef25e29e2ff83325aa8ae32ef15e7f3d86d7 (patch) | |
tree | e3da5448c0a1d19662d3184edc024428c13308f4 /integration/src/main/scripts/release/getReleaseData.sh | |
parent | 55b41c9a2b9246c3a956dc9d4c649475102c29e1 (diff) |
Remove policy gui from release scripts
Issue-ID: POLICY-5053
Change-Id: I385a4e2f4a2072ed769c3e59ac14ad7cc409be53
Signed-off-by: zrrmmua <ramesh.murugan.iyer@est.tech>
Diffstat (limited to 'integration/src/main/scripts/release/getReleaseData.sh')
-rwxr-xr-x | integration/src/main/scripts/release/getReleaseData.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/integration/src/main/scripts/release/getReleaseData.sh b/integration/src/main/scripts/release/getReleaseData.sh index 4ebcdb62..36045f1d 100755 --- a/integration/src/main/scripts/release/getReleaseData.sh +++ b/integration/src/main/scripts/release/getReleaseData.sh @@ -4,7 +4,7 @@ # ============LICENSE_START================================================ # ONAP # ========================================================================= -# Copyright (C) 2021-2022 Nordix Foundation. +# Copyright (C) 2021-2022,2024 Nordix Foundation. # ========================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -47,7 +47,6 @@ declare -a pf_repos=( "policy/xacml-pdp" "policy/distribution" "policy/clamp" - "policy/gui" "policy/drools-applications" ) |