init-for-tests 375 B

12345678910111213
  1. #!/bin/bash
  2. # We go to GPTH/scripts/../../(parent folder)
  3. cd "$(dirname "$0")"
  4. cd ../..
  5. echo "Working in parent folder $(pwd)"
  6. # Download test repo at certain tag
  7. # Change this tag in future when test repo changes
  8. echo "Cloning test data repo..."
  9. git clone --depth 1 --branch v0.1.1 https://github.com/TheLastGimbus/__takeout_helper_test_data__.git
  10. # Now, run GPTH on it!