From 97bed3f2eb8ca2fb168f351c4c542caabb70f025 Mon Sep 17 00:00:00 2001 From: Isuru Fernando Date: Fri, 24 Aug 2018 17:33:56 -0500 Subject: [PATCH] Copy only results --- build-and-benchmark-py-project.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/build-and-benchmark-py-project.sh b/build-and-benchmark-py-project.sh index 4952444..707cd6b 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 -- GitLab