apache/airavata-mft

Project folder deletion while running build.sh

Opened this issue · 0 comments

@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=

Probable solution:

  • change the name of the target folder to something else instead of the main project folder name.