We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c7d7db commit 7f805ecCopy full SHA for 7f805ec
1 file changed
.jenkins/build.sh
@@ -170,7 +170,7 @@ elif [[ "${JOB_TYPE}" == "manager" ]]; then
170
awsv2 s3 cp s3://${BUCKET_NAME}/${BUILD_PREFIX}/${COMMIT_ID}/build_log_${worker_id}.txt _build/build_log_${worker_id}.txt || true
171
done
172
cat _build/build_log_*.txt > _build/build.log 2>/dev/null || true
173
- python -m tools.deprecation_checker.api_report --build-log _build/build.log --create-issue || true
+ python -m tools.deprecation_checker.api_report --build-log _build/build.log -o _build/api_report.md --create-issue || true
174
175
# Step 6: Copy generated HTML files and static files to S3
176
7z a manager.7z docs
0 commit comments