From bfa01ccd2ef2d5f43ca780b0d370455f13ed15db Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sat, 19 Feb 2022 15:34:03 +0100 Subject: [PATCH] Fix CI branch --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 56565bb..18cb13b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -106,9 +106,9 @@ steps: - run_benchmarks commands: - git clone https://git.jonasfranz.software/KoSI/thesis.git - - mkdir -p thesis/results/${DRONE_REPO_BRANCH} - - cp metrics.tex thesis/results/${DRONE_REPO_BRANCH}/ - - cp benchmarks.txt thesis/results/${DRONE_REPO_BRANCH}/ + - mkdir -p thesis/results/${DRONE_COMMIT_BRANCH} + - cp metrics.tex thesis/results/${DRONE_COMMIT_BRANCH}/ + - cp benchmarks.txt thesis/results/${DRONE_COMMIT_BRANCH}/ - cd thesis - git add results/ - git status