1
0

[HUDI-121] Fix bug in validation in deploy_staging_jars.sh

This commit is contained in:
Balaji Varadarajan
2019-10-03 09:42:30 -07:00
parent e75fa070f8
commit cef06c1e48

View File

@@ -29,8 +29,8 @@ set -o nounset
set -o xtrace set -o xtrace
CURR_DIR=`pwd` CURR_DIR=`pwd`
if [[ `basename $CURR_DIR` != "release" ]] ; then if [[ `basename $CURR_DIR` != "scripts" ]] ; then
echo "You have to call the script from the release/ dir" echo "You have to call the script from the scripts/ dir"
exit 1 exit 1
fi fi