🔥 Clean up old files no longer relevant (#608)

This commit is contained in:
Sebastián Ramírez
2024-02-25 17:50:12 +01:00
committed by GitHub
parent 72f835a6b4
commit a065f9c9e8
13 changed files with 2 additions and 225 deletions

View File

@@ -1,16 +0,0 @@
#! /usr/bin/env bash
# Exit in case of error
set -e
# Run this from the root of the project
rm -rf ./testing-project
cookiecutter --no-input -f ./ project_name="Testing Project"
cd ./testing-project
bash ./scripts/test.sh "$@"
cd ../