libp2p-test-plans/ping/rust
Max Inden da5bbf715a
fix(ping/rust): Don't set PR ref for master build (#79)
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
2022-11-23 10:52:07 +01:00
..
src ping/rust: Refactor into multiple binaries (#72) 2022-11-18 12:49:30 +01:00
.dockerignore ping/rust: Refactor into multiple binaries (#72) 2022-11-18 12:49:30 +01:00
.gitignore ping/rust: introduce rust cross-version test (#26) 2022-08-22 12:25:07 +02:00
Cargo.lock ping/rust: Refactor into multiple binaries (#72) 2022-11-18 12:49:30 +01:00
Cargo.toml ping/rust: Refactor into multiple binaries (#72) 2022-11-18 12:49:30 +01:00
Dockerfile fix(ping/rust): Don't set PR ref for master build (#79) 2022-11-23 10:52:07 +01:00
manifest.toml ping/rust: introduce rust cross-version test (#26) 2022-08-22 12:25:07 +02:00