Skip to content

Commit 21296a7

Browse files
committed
changes
1 parent 89f51e9 commit 21296a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runner/main/jobtypes/performance/performance.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ function performance_teardown() {
241241
echo "Storing data with a git commit of '${GIT_COMMIT}'"
242242

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

0 commit comments

Comments
 (0)