use skip_verify in yaml
This commit is contained in:
11
.drone.yml
11
.drone.yml
@ -8,16 +8,9 @@ platform:
|
|||||||
arch: arm
|
arch: arm
|
||||||
|
|
||||||
clone:
|
clone:
|
||||||
disable: true
|
skip_verify: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: clone
|
|
||||||
image: alpine/git
|
|
||||||
commands:
|
|
||||||
- git config --global http.sslVerify false
|
|
||||||
- git clone https://git.loyso.art/frx/altherego.git/ .
|
|
||||||
- git checkout $DRONE_COMMIT
|
|
||||||
|
|
||||||
- name: validate
|
- name: validate
|
||||||
image: rust:1.49
|
image: rust:1.49
|
||||||
commands:
|
commands:
|
||||||
@ -32,8 +25,6 @@ steps:
|
|||||||
path: /cache/target
|
path: /cache/target
|
||||||
- name: rustup
|
- name: rustup
|
||||||
path: /usr/local/rustup
|
path: /usr/local/rustup
|
||||||
depends_on:
|
|
||||||
- clone
|
|
||||||
|
|
||||||
- name: test
|
- name: test
|
||||||
image: rust:1.49
|
image: rust:1.49
|
||||||
|
|||||||
Reference in New Issue
Block a user