aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2019-04-22 11:08:30 -0500
committerInstrumental <jonathan.gathman@att.com>2019-04-22 11:08:39 -0500
commit6f571ca22c7f66e0969aa4e49b1e6bd6b07b2e28 (patch)
treec520b956379e30001f067d14962b066528879766
parentdbb0fcad2c692bc927db944c4f2e1786307e90b4 (diff)
CSIT version variance handling
Issue-ID: AAF-816 Change-Id: I90c0904000e9b12551b76a46515bd196ec417439 Signed-off-by: Instrumental <jonathan.gathman@att.com>
-rw-r--r--plans/aaf/aafapi/setup.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/plans/aaf/aafapi/setup.sh b/plans/aaf/aafapi/setup.sh
index 82073674..d92d18bd 100644
--- a/plans/aaf/aafapi/setup.sh
+++ b/plans/aaf/aafapi/setup.sh
@@ -51,9 +51,8 @@ echo "Current Dir: ${PWD}"
# Locate to Docker dir
cd auth/docker
-if [ ! -e d.props ]; then
- cp d.props.init d.props
-fi
+cp d.props.csit d.props
+
echo "Current Dir: ${PWD}"
source d.props