Specify the directory to avoid failing when cloning a fork with a different name

This commit is contained in:
Suhaib Mujahid 2023-04-26 10:40:10 -04:00 коммит произвёл Suhaib Mujahid
Родитель f8585696e4
Коммит 70c8d87dc0
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -40,7 +40,7 @@ tasks:
command:
- "/bin/bash"
- "-lcx"
- "git clone --quiet ${repository} &&
- "git clone --quiet ${repository} bugbot &&
cd bugbot &&
git -c advice.detachedHead=false checkout ${head_rev} &&
pip install --quiet -r requirements-test.txt &&