-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
adding dev-v0.24.4 tag to this commit to ensure building
- Loading branch information
Showing
272 changed files
with
6 additions
and
108,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
FROM ubuntu:latest | ||
RUN apt-get update && apt-get install -y python3 python3-pip python3-venv | ||
ADD . /app | ||
WORKDIR /app | ||
RUN bash ./test-pre-commit.sh | ||
RUN bash ./hooks/pre-commit.sh |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.