remove entrypoint from CI container images
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
Kiara Grouwstra 2022-10-30 22:04:31 +01:00
parent cd19de3226
commit d338f83cd2
1 changed files with 2 additions and 6 deletions

View File

@ -1,9 +1,7 @@
pipeline:
build-pandoc:
image:
name: pandoc/core:latest
entrypoint: ["/bin/sh", "-c"]
image: pandoc/core:latest
environment:
MARKDOWN_FILE: README.md
HTML_PATH: ${CI_REPO_NAME}.html
@ -21,9 +19,7 @@ pipeline:
branch: main
build-pdf:
image:
name: pandoc/core:latest
entrypoint: ["/bin/sh", "-c"]
image: pandoc/core:latest
environment:
PDF_PATH: ${CI_REPO_NAME}.pdf
commands: