Skip to content
Snippets Groups Projects
Commit 2858bf0368b9 authored by Boris Feld's avatar Boris Feld
Browse files

Fix launch.sh repos paths.

parent d17b061d125d
No related branches found
No related tags found
No related merge requests found
......@@ -5,7 +5,7 @@
asv machine --machine "docker" --os "Linux 4.10.0-22-generic" --arch "x86_64" --cpu "Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz" --ram "15953356"
# Ensure all repository are here
if [ ! -d "/asv/repos/mozilla-central/" ]; then
if [ ! -d "repos/mozilla-central/" ]; then
hg clone https://hg.mozilla.org/mozilla-central/ repos/mozilla-central/
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment