Skip to content

Commit

Permalink
Remove logging statements
Browse files Browse the repository at this point in the history
  • Loading branch information
CalPinSW committed May 31, 2024
1 parent ef1bcb1 commit 37be451
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ jobs:
steps:
- name: Checkout Repository
uses: actions/checkout@v2
- name: EchoTest
run: ls ./backend
- name: Build test Docker image
run: docker build --target test --tag backend:test ./backend
- name: Run tests
Expand Down
1 change: 0 additions & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ COPY pyproject.toml .
COPY gunicorn.conf.py .
RUN python -m venv venv

RUN echo ls
RUN ["poetry", "install", "--only", "main"]

EXPOSE 5000
Expand Down

0 comments on commit 37be451

Please sign in to comment.