lith 1 year ago
parent
commit
e5ce4a181c

+ 1 - 1
Publish/DevOps2/build-bash/19.get-app-version.bash

@@ -17,7 +17,7 @@ versionSuffix=${versionSuffix// /}
 
 #----------------------------------------------
 # basePath
-if [ -n "$basePath" ]; then basePath=$PWD/../../..; fi
+if [ -z "$basePath" ]; then basePath=$PWD/../../..; fi
 
 
 

+ 1 - 1
Publish/DevOps2/build-bash/20.change-app-version.bash

@@ -17,7 +17,7 @@ versionSuffix=${versionSuffix// /}
 
 #----------------------------------------------
 # basePath
-if [ -n "$basePath" ]; then basePath=$PWD/../../..; fi
+if [ -z "$basePath" ]; then basePath=$PWD/../../..; fi
 
 
 

+ 1 - 1
Publish/DevOps2/build-bash/21.change-to-next-version.bash

@@ -17,7 +17,7 @@ versionSuffix=${versionSuffix// /}
 
 #----------------------------------------------
 # basePath
-if [ -n "$basePath" ]; then basePath=$PWD/../../..; fi
+if [ -z "$basePath" ]; then basePath=$PWD/../../..; fi