Skip to content

Commit

Permalink
remove docker changes
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 30, 2024
1 parent 46ea21b commit a1dd6de
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
3 changes: 0 additions & 3 deletions integration-tests/test.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
1 change: 0 additions & 1 deletion integration-tests/test.Dockerfile.dockerignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
.idea
.vscode/
.github/
!scarb-build/bin/ # Include this specific bin/ directory

# TS
node_modules/
Expand Down

0 comments on commit a1dd6de

Please sign in to comment.