Skip to content
This repository was archived by the owner on Oct 3, 2023. It is now read-only.

Commit 490b34b

Browse files
committed
Fixed trillian #2581
1 parent 51161b9 commit 490b34b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4774,7 +4774,7 @@ tools:
47744774
type: executable
47754775

47764776
- name: trillian
4777-
version: master
4777+
version: 1.4.2
47784778
needs:
47794779
- docker
47804780
tags:
@@ -4785,7 +4785,7 @@ tools:
47854785
docker_run \
47864786
--workdir /go/src/github.com/google/trillian \
47874787
<<EOF
4788-
git clone -q --config advice.detachedHead=false --depth 1 --branch "${version}" https://github.com/google/trillian .
4788+
git clone -q --config advice.detachedHead=false --depth 1 --branch "v${version}" https://github.com/google/trillian .
47894789
export CGO_ENABLED=0
47904790
go build -ldflags "-w -s" -o "/target/bin/trillian_log_server" ./cmd/trillian_log_server
47914791
go build -ldflags "-w -s" -o "/target/bin/trillian_log_signer" ./cmd/trillian_log_signer

0 commit comments

Comments
 (0)