Details
Details
- Reviewers
• jon marcin tomek - Commits
- rCOMM25f32c8b3729: [services] Blob - Fix Dockerfile
cd services yar run-backup-service-in-sandbox
Diff Detail
Diff Detail
- Repository
- rCOMM Comm
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
@jon Please, take a look here and let me know if this is a nix-friendly change.
Non-docker workflows (nix is just one) don't use docker, so I don't have an opinion. But the code looks fine.
D4493 ruined building blob service using yarn scripts.
We should probably have CI reflect this if it's the canonical way to build blob.
Comment Actions
This also needs to be done for backup
$ yarn run-backup-service-in-sandbox ... services-backup-server-1 | /bin/sh: 1: scripts/run_service.sh: not found services-backup-server-1 exited with code 127 Done in 270.49s.
But that's a separate issue, and this still fixes a workflow.
Comment Actions
@jon, please don't ever point out an issue without creating or linking a task for it.
I'm actually not sure who should have ownership of doing this. It was in the test plan, so everyone should have stumbled upon it.