This commit is contained in:
17
.drone.yml
17
.drone.yml
@@ -2,24 +2,15 @@ kind: pipeline
|
||||
type: docker
|
||||
name: default
|
||||
|
||||
clone:
|
||||
disable: true
|
||||
extra_hosts:
|
||||
- "git.buyusdt.xyz:192.168.31.100"
|
||||
|
||||
steps:
|
||||
- name: test
|
||||
image: node
|
||||
commands:
|
||||
- echo "11"
|
||||
# - name: copy
|
||||
- name: copy
|
||||
image: drone/git:latest
|
||||
# network_mode: host
|
||||
# image: drone/git:latest
|
||||
# # volumes:
|
||||
# # - name: 1panel-nginx-static
|
||||
# # path: /drone/src/xiezheng_h5
|
||||
# commands:
|
||||
# - echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
|
||||
commands:
|
||||
- echo "192.168.31.100 git.buyusdt.xyz" >> /etc/hosts
|
||||
# - git config --global http.sslVerify "false"
|
||||
# - pwd
|
||||
# - ls
|
||||
|
||||
Reference in New Issue
Block a user