no testing
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2023-10-25 15:38:26 +02:00
parent 238f0809ce
commit bc1fb0b036

View File

@@ -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