From 70aabc10a1e63df4620cb65c3e8139668cc713ca Mon Sep 17 00:00:00 2001 From: Gordon Smith Date: Thu, 5 Sep 2024 18:21:18 +0100 Subject: [PATCH] HPCC-32475 Remove unused GITHUB_TOKEN ARGs Signed-off-by: Gordon Smith --- dockerfiles/platform-build/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfiles/platform-build/Dockerfile b/dockerfiles/platform-build/Dockerfile index e11af7bdf40..c7535aecd69 100644 --- a/dockerfiles/platform-build/Dockerfile +++ b/dockerfiles/platform-build/Dockerfile @@ -68,8 +68,6 @@ RUN git clone --no-checkout https://github.com/${BUILD_USER}/HPCC-Platform.git & WORKDIR /hpcc-dev/HPCC-Platform/vcpkg RUN ./bootstrap-vcpkg.sh -ARG GITHUB_ACTOR=hpcc-systems -ARG GITHUB_TOKEN=none WORKDIR /hpcc-dev/build