Restricting build to internal lan
This commit is contained in:
parent
779ffac227
commit
f8320319a4
@ -2,6 +2,9 @@ kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
node:
|
||||
lan: internal
|
||||
|
||||
steps:
|
||||
- name: build
|
||||
image: node
|
||||
|
Loading…
Reference in New Issue
Block a user