diff options
author | Daniel Rose <dr695h@att.com> | 2019-04-22 18:40:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-04-22 18:40:42 +0000 |
commit | d718c4352fba1217cdcd8f8c5918047a02fcde57 (patch) | |
tree | 7b83bcae72577ebc614be853f5079c383c784b64 /plans | |
parent | 0ba43dd065b87346adebe651c91d3f97299a32ec (diff) | |
parent | 6f571ca22c7f66e0969aa4e49b1e6bd6b07b2e28 (diff) |
Merge "CSIT version variance handling"
Diffstat (limited to 'plans')
-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 |