Placeholder check
This commit is contained in:
parent
88e209305d
commit
85a3103884
@ -21,7 +21,7 @@ steps:
|
||||
failure: ignore
|
||||
depends_on:
|
||||
- scan-repo
|
||||
#- scan-conf
|
||||
- scan-conf
|
||||
settings:
|
||||
webhook_url:
|
||||
from_secret: discord_webhook
|
||||
|
@ -35,4 +35,6 @@ COPY src ./src
|
||||
RUN --mount=type=cache,target=$POETRY_CACHE_DIR poetry install --only-root
|
||||
COPY .version .version
|
||||
|
||||
HEALTHCHECK CMD ["true"]
|
||||
|
||||
ENTRYPOINT ["python", "-m", "discord_notifier"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user