Skip to content
Snippets Groups Projects
Commit 5eacbe14 authored by Tomas Krizek's avatar Tomas Krizek
Browse files

Merge branch 'release-v20210203' into 'master'

Release v20210203

See merge request !29
parents 25300fa1 1c598ce8
No related tags found
1 merge request!29Release v20210203
Pipeline #75957 passed
......@@ -33,15 +33,13 @@ test:luacheck:
script:
- ./ci/luacheck-run.sh
# docs published to GitLab Pages: https://knot.pages.nic.cz/shotgun/
pages:
image: $CI_REGISTRY/packaging/apkg/ci/python-current:apkg
docker:
stage: deploy
script:
- mkdocs build
- mv site public
artifacts:
paths:
- public
- docker login -u gitlab-ci-token -p $CI_BUILD_TOKEN $CI_REGISTRY
- docker build --no-cache -t "$CI_REGISTRY_IMAGE:v$CI_COMMIT_TAG" .
- docker push "$CI_REGISTRY_IMAGE:v$CI_COMMIT_TAG"
tags:
- dind
only:
- tags
......@@ -26,7 +26,7 @@ RUN \
git clone https://github.com/DNS-OARC/dnsjit.git && \
cd dnsjit && \
./autogen.sh && \
./configure --disable-dependency-tracking && \
./configure && \
make && \
make install && \
cd ..
......
......@@ -37,7 +37,7 @@ The toolchain also provides scripts that can plot these into readable charts.
## Documentation
[https://knot.pages.nic.cz/shotgun](https://knot.pages.nic.cz/shotgun)
[https://dns-shotgun.readthedocs.io](https://dns-shotgun.readthedocs.io)
## Showcase
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment