Skip to content

Commit

Permalink
fixup! fixup! .gitlab-ci.yml: docker:build at least try to run the image
Browse files Browse the repository at this point in the history
  • Loading branch information
alesmrazek committed Nov 15, 2024
1 parent 25682b1 commit 470abec
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,12 +216,10 @@ docker:build:
script:
- docker buildx build --no-cache -t knot-resolver:${PLATFORM} .
- >
docker run --rm
docker run --rm -td
--network host
--name kres-${PLATFORM}
knot-resolver:${PLATFORM}
.
- sleep 15s
- docker exec kres-${PLATFORM} kresctl stop
after_script:
- docker rmi knot-resolver:${PLATFORM}
Expand Down

0 comments on commit 470abec

Please sign in to comment.