mirror of
https://github.com/matrix-org/dendrite.git
synced 2025-12-15 10:53:09 -06:00
Perform omitted removal of gb
This commit is contained in:
parent
f8d7e99951
commit
d49cd491dc
|
|
@ -5,7 +5,7 @@
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
echo "Checking that it builds"
|
echo "Checking that it builds"
|
||||||
gb build
|
go build
|
||||||
|
|
||||||
# Check that all the packages can build.
|
# Check that all the packages can build.
|
||||||
# When `go build` is given multiple packages it won't output anything, and just
|
# When `go build` is given multiple packages it won't output anything, and just
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue