Cerc refactor #193

Merged
ABastionOfSanity merged 10 commits from cerc_refactor into v4 2022-09-20 15:52:06 +00:00
Showing only changes of commit d2be539fd1 - Show all commits

View File

@ -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.