Open NISH1001 opened 2 years ago
@DImuthuUpe I tried running the script at scripts/build.sh. However, the script deleted the whole folder where the repo was cloned. I took a peek into the script and there's this rm -rf at https://github.com/apache/airavata-mft/blob/master/scripts/build.sh#L22=
scripts/build.sh
rm -rf
Probable solution:
@DImuthuUpe I tried running the script at
scripts/build.sh
. However, the script deleted the whole folder where the repo was cloned. I took a peek into the script and there's thisrm -rf
at https://github.com/apache/airavata-mft/blob/master/scripts/build.sh#L22=Probable solution: