From 72e903cf68e3374c72844a6d3244c04bd78afb7b Mon Sep 17 00:00:00 2001 From: Abdul Rabbani Date: Fri, 17 Jun 2022 12:49:39 -0400 Subject: [PATCH] clean up before --- .github/workflows/run_unit_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/run_unit_test.sh b/.github/workflows/run_unit_test.sh index c396aa99..280bb6d3 100755 --- a/.github/workflows/run_unit_test.sh +++ b/.github/workflows/run_unit_test.sh @@ -10,7 +10,7 @@ git clone -b $(cat /tmp/git_head_ref) "https://github.com/$(cat /tmp/git_reposit cd ipld-eth-server ## Remove the branch and github related info. This way future runs wont be confused. -#rm -f /tmp/git_head_ref /tmp/git_repository +rm -f /tmp/git_head_ref /tmp/git_repository # Setup the DB cd $temp_dir