We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 89f51e9 commit 21296a7Copy full SHA for 21296a7
runner/main/jobtypes/performance/performance.sh
@@ -241,7 +241,7 @@ function performance_teardown() {
241
echo "Storing data with a git commit of '${GIT_COMMIT}'"
242
243
# We use the storage directory to store data for long term comparison.
244
- TARGET="${WORKSPACE}/storage/${MOODLE_BRANCH}/${SITESIZE}"
+ TARGET="${WORKSPACE}/performance/storage/${MOODLE_BRANCH}/${SITESIZE}"
245
mkdir -p "${TARGET}"
246
cp -rf "${SHAREDDIR}/output/runs/rundata.php" "${TARGET}/${GIT_COMMIT}.php"
247
}
0 commit comments