remove debug
This commit is contained in:
parent
8073c813d0
commit
fda90f4ecc
3 changed files with 1 additions and 15 deletions
|
@ -3,8 +3,7 @@ kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: docker_build
|
name: docker_build
|
||||||
depends_on:
|
depends_on:
|
||||||
# - lint
|
- lint
|
||||||
- debug
|
|
||||||
steps:
|
steps:
|
||||||
selfhosted_tag:
|
selfhosted_tag:
|
||||||
image: plugins/docker
|
image: plugins/docker
|
||||||
|
|
|
@ -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
|
|
Loading…
Reference in a new issue