aboutsummaryrefslogtreecommitdiffstats
path: root/compose/get-versions.sh
diff options
context:
space:
mode:
Diffstat (limited to 'compose/get-versions.sh')
-rwxr-xr-xcompose/get-versions.sh3
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"