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