drone, re-add hostalias
This commit is contained in:
parent
dc067d4428
commit
bbe04025b4
1 changed files with 5 additions and 0 deletions
|
@ -3,6 +3,11 @@ kind: pipeline
|
|||
type: kubernetes
|
||||
name: python
|
||||
|
||||
host_aliases:
|
||||
- ip: 192.168.0.210
|
||||
hostnames:
|
||||
- git.fqserv.eu
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: python:latest
|
||||
|
|
Loading…
Reference in a new issue