update
This commit is contained in:
parent
2226c05195
commit
fe7ff51232
@ -8,6 +8,10 @@ fileName=$2
|
||||
projectName="${fileName%.*}"
|
||||
|
||||
basePath=/tmp/autoDeploy
|
||||
if [ -n $3 ]; then
|
||||
basePath=$3
|
||||
fi
|
||||
|
||||
function compare(){
|
||||
cd $basePath
|
||||
if [ ! -f ${projectName}_oss.info ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user