summaryrefslogtreecommitdiffstats
path: root/csit/detmVers.sh
diff options
context:
space:
mode:
authorktimoney <kevin.timoney@est.tech>2021-08-09 17:23:35 +0100
committerktimoney <kevin.timoney@est.tech>2021-08-12 08:28:12 +0100
commit88a991b939a4c469b9d2c1c392ea4f683cdc8f7a (patch)
tree5ad7cdff1d83b534c34153cf7ca8b2c82eb9597f /csit/detmVers.sh
parentdba630d099ad3366d398407e6c1cae263324f787 (diff)
Add db-migrator to CSIT tests
Issue-ID: POLICY-3491 Change-Id: I987986da7325a040b80b031ae4e7fbf9776c4c54 Signed-off-by: ktimoney <kevin.timoney@est.tech>
Diffstat (limited to 'csit/detmVers.sh')
-rw-r--r--csit/detmVers.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/csit/detmVers.sh b/csit/detmVers.sh
index a20cdf63..ce545e0f 100644
--- a/csit/detmVers.sh
+++ b/csit/detmVers.sh
@@ -1,5 +1,6 @@
# ============LICENSE_START====================================================
# Copyright (C) 2020-2021 AT&T Intellectual Property. All rights reserved.
+# Modification Copyright 2021. Nordix Foundation.
# =============================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
@@ -64,3 +65,7 @@ echo POLICY_DISTRIBUTION_VERSION=${POLICY_DISTRIBUTION_VERSION}
POLICY_CLAMP_VERSION=$(getVersion clamp)
export POLICY_CLAMP_VERSION=${POLICY_CLAMP_VERSION:0:5}-SNAPSHOT-latest
echo POLICY_CLAMP_VERSION=${POLICY_CLAMP_VERSION}
+
+POLICY_DOCKER_VERSION=$(getVersion docker)
+export POLICY_DOCKER_VERSION=${POLICY_DOCKER_VERSION:0:5}-SNAPSHOT-latest
+echo POLICY_DOCKER_VERSION=${POLICY_DOCKER_VERSION}