Move documentation docker scripts to /ci/docker
This commit is contained in:
parent
03829e058b
commit
c342cf656e
8
ci/docker/doc/test.sh
Executable file
8
ci/docker/doc/test.sh
Executable 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
|
|
@ -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
|
Loading…
Reference in a new issue