This commit is contained in:
35
.drone.yml
35
.drone.yml
@@ -1,37 +1,7 @@
|
|||||||
#kind: pipeline
|
|
||||||
#type: docker
|
|
||||||
#name: testing
|
|
||||||
#
|
|
||||||
#platform:
|
|
||||||
# os: linux
|
|
||||||
# arch: arm64
|
|
||||||
#
|
|
||||||
#steps:
|
|
||||||
# - name: test
|
|
||||||
# image: golang:1.16
|
|
||||||
# commands:
|
|
||||||
# - go mod download github.com/containernetworking/cni
|
|
||||||
# - go test -cover ./...
|
|
||||||
# volumes:
|
|
||||||
# - name: go
|
|
||||||
# path: /go
|
|
||||||
#
|
|
||||||
# - name: build
|
|
||||||
# image: golang:1.16
|
|
||||||
# commands:
|
|
||||||
# - sh scripts/build.sh
|
|
||||||
# volumes:
|
|
||||||
# - name: go
|
|
||||||
# path: /go
|
|
||||||
#
|
|
||||||
#volumes:
|
|
||||||
# - name: go
|
|
||||||
# temp: {}
|
|
||||||
#
|
|
||||||
---
|
|
||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: linux-arm64
|
name: linux-arm64
|
||||||
|
|
||||||
platform:
|
platform:
|
||||||
os: linux
|
os: linux
|
||||||
arch: arm64
|
arch: arm64
|
||||||
@@ -66,9 +36,6 @@ steps:
|
|||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
- refs/tags/*
|
- refs/tags/*
|
||||||
|
|
||||||
#depends_on:
|
|
||||||
# - testing
|
|
||||||
#
|
|
||||||
trigger:
|
trigger:
|
||||||
ref:
|
ref:
|
||||||
- refs/heads/master
|
- refs/heads/master
|
||||||
|
|||||||
Reference in New Issue
Block a user