[HUDI-121] Fix bug in validation in deploy_staging_jars.sh
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user