no testing
Some checks reported errors
continuous-integration/drone Build encountered an error

This commit is contained in:
2023-10-25 15:37:27 +02:00
parent dfec1fc9d0
commit 238f0809ce

View File

@@ -1,36 +1,34 @@
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
#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
type: docker
name: linux-arm64
@@ -68,9 +66,9 @@ steps:
- refs/heads/master
- refs/tags/*
depends_on:
- testing
#depends_on:
# - testing
#
trigger:
ref:
- refs/heads/master