mirror of
https://github.com/element-hq/synapse.git
synced 2026-03-29 08:50:09 +00:00
❌ `Build and push complement image`, https://github.com/element-hq/synapse/actions/runs/23176317296/job/67339146082 ``` scripts-dev/complement.sh: line 227: poetry: command not found ``` Follow-up to https://github.com/element-hq/synapse/pull/19523 This regressed in https://github.com/element-hq/synapse/pull/19476 ### Testing strategy 1. Visit https://github.com/element-hq/synapse/actions/workflows/push_complement_image.yml 1. **Run workflow**: - **Use workflow from:** `madlittlemods/fix-complement-push-image-ci-job-poetry` - **Branch:** `develop` 1. Wait for CI to run and pass ✅
2 lines
109 B
Plaintext
2 lines
109 B
Plaintext
Fix `Build and push complement image` CI job not having `poetry` available for the Complement runner script.
|