Update run_unit_test.sh

Removing echo command, as it seems to be only change in CICD.
This commit is contained in:
Michael 2022-11-03 11:11:26 -04:00 committed by GitHub
parent 7f3be6bb4a
commit ad26f5abb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,7 +6,7 @@ set -e
start_dir=$(pwd)
temp_dir=$(mktemp -d)
cd $temp_dir
echo "git clone -b $(cat /tmp/git_head_ref) https://github.com/$(cat /tmp/git_repository).git"
git clone -b $(cat /tmp/git_head_ref) "https://github.com/$(cat /tmp/git_repository).git"
cd ipld-eth-server