Update run_unit_test.sh
Removing echo command, as it seems to be only change in CICD.
This commit is contained in:
parent
7f3be6bb4a
commit
ad26f5abb0
2
.github/workflows/run_unit_test.sh
vendored
2
.github/workflows/run_unit_test.sh
vendored
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user