Skip to content

Commit

Permalink
ARG to ENV to fix sonarqube
Browse files Browse the repository at this point in the history
  • Loading branch information
chray-zhang committed Nov 19, 2024
1 parent b446719 commit 965da43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion integration-tests/test.Dockerfile
Original file line number Diff line number Diff line change
@@ -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}"
Expand Down

0 comments on commit 965da43

Please sign in to comment.