Gitiles
Code Review
Sign In
gerrit.nordix.org
/
onap
/
aai
/
babel
/
1a0b23395b66909c46d548a9b14b3497671ebed1
/
.
/
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