From a1dd6de8364392bc7de87442100623860bc45716 Mon Sep 17 00:00:00 2001 From: Augustus Chang Date: Mon, 30 Sep 2024 17:25:21 -0400 Subject: [PATCH] remove docker changes --- integration-tests/test.Dockerfile | 3 --- integration-tests/test.Dockerfile.dockerignore | 1 - 2 files changed, 4 deletions(-) diff --git a/integration-tests/test.Dockerfile b/integration-tests/test.Dockerfile index c2c9c75e5..1c87a720e 100644 --- a/integration-tests/test.Dockerfile +++ b/integration-tests/test.Dockerfile @@ -6,9 +6,6 @@ ENV PATH="/repo/cairo-build/bin:/repo/scarb-build/bin:${PATH}" COPY . /repo/ WORKDIR /repo -RUN nix develop -c ls -RUN nix develop -c ls /repo/scarb-build/bin -RUN nix develop -c ls scarb-build/bin RUN nix develop -c helm repo update RUN nix develop -c /repo/integration-tests/scripts/buildTests "${SUITES}" ENTRYPOINT ["/repo/integration-tests/scripts/entrypoint"] diff --git a/integration-tests/test.Dockerfile.dockerignore b/integration-tests/test.Dockerfile.dockerignore index 56bba1d0a..201094100 100644 --- a/integration-tests/test.Dockerfile.dockerignore +++ b/integration-tests/test.Dockerfile.dockerignore @@ -4,7 +4,6 @@ .idea .vscode/ .github/ -!scarb-build/bin/ # Include this specific bin/ directory # TS node_modules/