aboutsummaryrefslogtreecommitdiffstats
path: root/syz-cluster/tools
diff options
context:
space:
mode:
authorAleksandr Nogikh <nogikh@google.com>2025-08-11 17:10:16 +0200
committerAleksandr Nogikh <nogikh@google.com>2025-08-11 16:55:39 +0000
commitaa5bfe04d57ae0697839036e76b6f7a046606ece (patch)
tree0896bc76a5dc15843eba6de4abfcf445aa26e9f0 /syz-cluster/tools
parent32a0e5edfeef60e894c453dc9e9ae45528626ef1 (diff)
pkg: move gcpsecret to a separate package
It simplifies the dependency tree and fixes a build error for the send-test-email container.
Diffstat (limited to 'syz-cluster/tools')
-rw-r--r--syz-cluster/tools/send-test-email/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/syz-cluster/tools/send-test-email/Dockerfile b/syz-cluster/tools/send-test-email/Dockerfile
index 41e029ded..69706aff0 100644
--- a/syz-cluster/tools/send-test-email/Dockerfile
+++ b/syz-cluster/tools/send-test-email/Dockerfile
@@ -8,9 +8,9 @@ COPY go.sum ./
RUN go mod download
COPY dashboard/dashapi/ dashboard/dashapi/
COPY pkg/gcs/ pkg/gcs/
-COPY pkg/gce/ pkg/gce/
COPY pkg/email/ pkg/email/
COPY pkg/auth/ pkg/auth/
+COPY pkg/gcpsecret/ pkg/gcpsecret/
# Build the tool.
COPY syz-cluster/tools/send-test-email/*.go syz-cluster/tools/send-test-email/