init
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
kind: pipeline
|
||||
name: default
|
||||
|
||||
clone:
|
||||
depth: 1
|
||||
|
||||
steps:
|
||||
# docker 打包
|
||||
- name: docker
|
||||
image: plugins/docker
|
||||
environment:
|
||||
HTTP_PROXY: socks5://192.168.9.1:7991
|
||||
HTTPS_PROXY: socks5://192.168.9.1:7991
|
||||
NO_PROXY: localhost,127.0.0.1,192.168.0.0/16,192.168.9.0/24,192.168.9.5,git.freeicu.top
|
||||
settings:
|
||||
context: ./
|
||||
dockerfile: ./Dockerfile
|
||||
|
||||
Reference in New Issue
Block a user