build-bash__10.Test__#3.CleanEnv.sh 350 B

12345678910111213141516171819202122
  1. set -e
  2. #---------------------------------------------------------------------
  3. # args
  4. args_="
  5. export basePath=/root/temp
  6. # "
  7. #---------------------------------------------------------------------
  8. echo '#build-bash__10.Test_#3.CleanEnv.sh'
  9. echo '#build-bash__10.Test_#3.CleanEnv.sh -> #1 remove MongoDB'
  10. docker rm vitorm-mongodb -f || true