diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-04-22 11:08:30 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-04-22 11:08:39 -0500 |
commit | 6f571ca22c7f66e0969aa4e49b1e6bd6b07b2e28 (patch) | |
tree | c520b956379e30001f067d14962b066528879766 | |
parent | dbb0fcad2c692bc927db944c4f2e1786307e90b4 (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.sh | 5 |
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 |