diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index 49524447255089f17cafe83a61716299d0d192f4..707cd6b1882dd26c83bcb52dd5ee7a457061f183 100644 --- a/build-and-benchmark-py-project.sh +++ b/build-and-benchmark-py-project.sh @@ -15,11 +15,12 @@ fi mkdir -p ~/.$PROJECT/asv if [[ ! -z "$CI" ]]; then + mkdir -p .asv/env if [[ "$CI_PROJECT_NAMESPACE" == "inducer" ]]; then - ln -s ~/.$PROJECT/asv .asv + ln -s ~/.$PROJECT/asv/results .asv/results else # Copy, so that the original folder is not changed. - cp -r ~/.$PROJECT/asv .asv + cp -r ~/.$PROJECT/asv/results .asv/results fi fi