We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 955a2a6 commit 39606adCopy full SHA for 39606ad
docker-compose.yml
@@ -12,5 +12,4 @@ services:
12
13
pandoc-test:
14
<<: *default
15
- command: sh -c "pandoc --version | grep 'pandoc 3.1'"
16
-
+ command: sh -ec "command -v pandoc >/dev/null"
0 commit comments