mirror of
https://github.com/rust-vmm/rust-vmm-ci.git
synced 2026-08-05 03:08:31 +00:00
The test that was checking the commit message format was not comparing the PR's HEAD to the right master, even though `origin` was set to the pipeline repository. Fixed this by fetching that repo. This way, `FETCH_HEAD` points to the latest upstream master. Signed-off-by: Laura Loghin <lauralg@amazon.com>