Skip to content

Commit

Permalink
fixup! fixup! .gitlab-ci.yml: added docker image test
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 14, 2024
1 parent b8b9736 commit d551574
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -222,10 +222,10 @@ docker:build:native:

docker:build:cross-platform:
<<: *docker
stage: build
# only:
# - tags
# - master@knot/knot-resolver
stage: build
only:
- tags
- master@knot/knot-resolver
before_script:
- >
docker buildx create
Expand Down Expand Up @@ -257,6 +257,8 @@ docker:test:
- apt-get update
- apt-get -y install knot-dnsutils curl
script:
- ls /sys/class/net
- cat /etc/hosts
- curl http://knot-resolver:5000/schema
- kdig nic.cz AAAA @knot-resolver#53

Expand Down

0 comments on commit d551574

Please sign in to comment.