Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
aai
/
babel
/
237b2108d287e6dc08b8a5760febc368a54f70f1
/
.
/
scripts
/
get-latest-xsd-version.sh
blob: 0bc6df462a5c57746c72760a6945cdcf78031a3a [
file
] [
log
] [
blame
]
basedir
=
$1
cd $
{
basedir
}/
target
/
aai
-
schema
cp
`ls -v | tail -1`
$
{
basedir
}/
target
/
aai
-
schema
/
aai_schema_latest
.
xsd
||
exit
1
echo
"get-latest-xsd-version.sh has successfully copied aai_schema_latest.xsd to ${basedir}/target/aai-schema"
exit
0