Skip to content

Commit

Permalink
removed DEBUG_MODE
Browse files Browse the repository at this point in the history
  • Loading branch information
lnxpy authored Jun 2, 2024
1 parent 38e995d commit b74b8d2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions testing_action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
# setting the base-image
FROM python:3-slim

# setting the debug mode
ENV PYACTION_DEBUG_MODE=false

# importing the action
COPY . /action

Expand Down

0 comments on commit b74b8d2

Please sign in to comment.