Skip to content
Snippets Groups Projects
Commit 4003ee32 authored by Raphaël Gomès's avatar Raphaël Gomès
Browse files

Move `sync_results.sh` to `script` folder

parent 41fe5b5f
No related branches found
No related tags found
No related merge requests found
......@@ -14,4 +14,4 @@
time HGRCPATH= asv find --save_results --cpu-affinity=$ASV_CPU_AFFINITY "$@"
# Sync results over to deploy server
"${ROOT}/sync_results.sh"
\ No newline at end of file
"${ROOT}/script/sync_results.sh"
......@@ -16,4 +16,4 @@
ASV_CPU_AFFINITY=2,3 "${ROOT}"/launch.py "$target" -s 10 "$@"
# Sync results over to deploy server
"${ROOT}/sync_results.sh"
"${ROOT}/script/sync_results.sh"
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