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