fix(backfill): ensure target directory exists before copying files#264
fix(backfill): ensure target directory exists before copying files#264victorvhs017 wants to merge 1 commit into
Conversation
…s in publish_apk_file function
|
💬 Discussion in Slack: #pr-review-cli-264-fix-backfill-ensure-target-directory-exists-before-copying-fil Posted by Review Police — reviews, comments, new commits, and CI failures will stream into this channel. |
|
| Filename | Overview |
|---|---|
| scripts/backfill_from_cloudsmith.sh | Adds mkdir -p before cp in publish_apk_file to ensure the target directory exists; safe defensive guard even though apk_stage_existing normally pre-creates both arch dirs. |
Reviews (1): Last reviewed commit: "fix(backfill): ensure target directory e..." | Re-trigger Greptile
Description 📣
Type ✨