Cerc refactor #193
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
|
||||
git clone -b $(cat /tmp/git_head_ref) "https://git.vdb.to/$(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
|
||||
|
||||
## Remove the branch and github related info. This way future runs wont be confused.
|
||||
|
Loading…
Reference in New Issue
Block a user