Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Dec 27, 2024
1 parent 89f51e9 commit 21296a7
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}'"

# We use the storage directory to store data for long term comparison.
TARGET="${WORKSPACE}/storage/${MOODLE_BRANCH}/${SITESIZE}"
TARGET="${WORKSPACE}/performance/storage/${MOODLE_BRANCH}/${SITESIZE}"
mkdir -p "${TARGET}"
cp -rf "${SHAREDDIR}/output/runs/rundata.php" "${TARGET}/${GIT_COMMIT}.php"
}
Expand Down

0 comments on commit 21296a7

Please sign in to comment.