mirror of
https://github.com/status-im/libp2p-test-plans.git
synced 2025-01-29 08:05:14 +00:00
da5bbf715a
When building the `master` image we would previously mistakingly set the ref to the PR commit hash. This surfaced when testing a pull request from a fork. `master` would be pointed at the forks HEAD commit hash, but not the fork URL. Thus the build could not find the commit and would fail. See https://github.com/libp2p/rust-libp2p/pull/3154