Skip to content

Commit

Permalink
Merge branch 'release-v20210203' into 'master'
Browse files Browse the repository at this point in the history
Release v20210203

See merge request knot/shotgun!29
  • Loading branch information
nicki-krizek committed Feb 3, 2021
2 parents 25300fa + 1c598ce commit 5eacbe1
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
14 changes: 6 additions & 8 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 ..
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 5eacbe1

Please sign in to comment.