Move documentation docker scripts to /ci/docker

This commit is contained in:
Thomas Kolb 2024-08-27 21:28:09 +02:00
parent 03829e058b
commit c342cf656e
5 changed files with 8 additions and 8 deletions

8
ci/docker/doc/test.sh Executable file
View file

@ -0,0 +1,8 @@
#!/bin/sh
if [ -z "$1" ]; then
echo "usage: $0 <tag-version>"
exit 1
fi
docker run -v $(realpath ../../../doc):/doc -it git.tkolb.de/amateurfunk/hamnet70/asciidoctor:$1

View file

@ -1,8 +0,0 @@
#!/bin/sh
if [ -z "$1" ]; then
echo "usage: $0 <tag-version>"
exit 1
fi
docker run -v $(realpath ..):/doc -it git.tkolb.de/amateurfunk/hamnet70/asciidoctor:$1