From bc1fb0b036afdb6618a93429c9efd025bc2c8040 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 25 Oct 2023 15:38:26 +0200 Subject: [PATCH] no testing --- .drone.yml | 35 +---------------------------------- 1 file changed, 1 insertion(+), 34 deletions(-) diff --git a/.drone.yml b/.drone.yml index d055079..368b34f 100644 --- a/.drone.yml +++ b/.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 type: docker name: linux-arm64 + platform: os: linux arch: arm64 @@ -66,9 +36,6 @@ steps: - refs/heads/master - refs/tags/* -#depends_on: -# - testing -# trigger: ref: - refs/heads/master