From 965da43423ab0130056f3d7bd6d4aa8c63bfb0a3 Mon Sep 17 00:00:00 2001 From: chray-zhang Date: Tue, 19 Nov 2024 10:28:18 -0500 Subject: [PATCH] ARG to ENV to fix sonarqube --- integration-tests/test.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integration-tests/test.Dockerfile b/integration-tests/test.Dockerfile index dcffeab2b..ce4aa7503 100644 --- a/integration-tests/test.Dockerfile +++ b/integration-tests/test.Dockerfile @@ -1,7 +1,7 @@ FROM nixos/nix:latest ARG SUITES=smoke soak -ARG GITHUB_TOKEN="" +ENV GITHUB_TOKEN="" RUN ENV NIX_USER_CONF_FILES=/repo/nix.conf ENV PATH="/repo/cairo-build/bin:/repo/scarb-build/bin:${PATH}"