Skip to content

Commit

Permalink
Correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 27, 2024
1 parent 6951380 commit c74907d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/main/jobtypes/performance/performance.sh
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ function performance_teardown() {
echo "Storing data with a git commit of '${GIT_COMMIT}'"
mkdir -p "${WORKSPACE}/results/${GIT_COMMIT}/runs"
cp -rf "${SHAREDDIR}/output/logs" "${WORKSPACE}/results/${GIT_COMMIT}/logs"
cp "${WORKSPACE}/output/runs/rundata.php" "${WORKSPACE}/results/${GIT_COMMIT}/runs/rundata.php"
cp "${SHAREDDIR}/output/runs/rundata.php" "${WORKSPACE}/results/${GIT_COMMIT}/runs/rundata.php"
tree "${WORKSPACE}/results"
}

Expand Down

0 comments on commit c74907d

Please sign in to comment.