diff options
author | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-14 10:13:16 +0000 |
---|---|---|
committer | rameshiyer27 <ramesh.murugan.iyer@est.tech> | 2024-02-28 10:44:36 +0000 |
commit | b15eda6e03133862f071a6dc0127c3bc660aad1f (patch) | |
tree | 2465a306b7d3d5a052187e91034bf5382bbd120a /compose/get-versions.sh | |
parent | fbfc234895c48282e2e92b44c8c8b49745e81745 (diff) |
Add ACM regression test suite
Issue-ID: POLICY-4920
Signed-off-by: rameshiyer27 <ramesh.murugan.iyer@est.tech>
Change-Id: Icf042b71a3faa2a83dc32dde57ddaf3d66e599d7
Diffstat (limited to 'compose/get-versions.sh')
-rwxr-xr-x | compose/get-versions.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/compose/get-versions.sh b/compose/get-versions.sh index 2c11f0e1..13dc3653 100755 --- a/compose/get-versions.sh +++ b/compose/get-versions.sh @@ -2,7 +2,7 @@ # ============LICENSE_START==================================================== # Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved. -# Modification Copyright 2021-2023 Nordix Foundation. +# Modification Copyright 2021-2024 Nordix Foundation. # Modifications Copyright (C) 2021 Bell Canada. All rights reserved. # ============================================================================= # Licensed under the Apache License, Version 2.0 (the "License"); @@ -130,6 +130,7 @@ export POLICY_DISTRIBUTION_VERSION="$docker_image_version" getDockerVersion clamp export POLICY_CLAMP_VERSION="$docker_image_version" +export POLICY_CLAMP_PPNT_VERSION=$POLICY_CLAMP_VERSION getDockerVersion gui export POLICY_GUI_VERSION="$docker_image_version" |