CSIT version variance handling 82/85982/1
authorInstrumental <jonathan.gathman@att.com>
Mon, 22 Apr 2019 16:08:30 +0000 (11:08 -0500)
committerInstrumental <jonathan.gathman@att.com>
Mon, 22 Apr 2019 16:08:39 +0000 (11:08 -0500)
Issue-ID: AAF-816
Change-Id: I90c0904000e9b12551b76a46515bd196ec417439
Signed-off-by: Instrumental <jonathan.gathman@att.com>
plans/aaf/aafapi/setup.sh

index 8207367..d92d18b 100644 (file)
@@ -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