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