play: fetches remotes

This commit is contained in:
Alessandro Pezzè 2020-04-24 23:40:57 +02:00
parent c1af30439d
commit 628058e372

View file

@ -13,6 +13,7 @@ prepare() {
clone() {
git clone "https://github.com/$org/$data_repo.git" "$data_repo"
git fetch
git checkout test
}