remove debug

This commit is contained in:
Michael Grote 2023-12-04 18:38:22 +01:00
parent 8073c813d0
commit fda90f4ecc
3 changed files with 1 additions and 15 deletions

View file

@ -3,8 +3,7 @@ kind: pipeline
type: docker
name: docker_build
depends_on:
# - lint
- debug
- lint
steps:
selfhosted_tag:
image: plugins/docker

View file

@ -1,13 +0,0 @@
---
kind: pipeline
type: docker
name: debug
steps:
debug:
image: registry.mgrote.net/allzweckcontainer:master
commands:
- apt update
- apt install -y dnsutils
- nslookup dl-cdn.alpinelinux.org
- nslookup wiki.mgrote.net
- nslookup google.de