diff --git a/.drone.yml b/.drone.yml index 7a850de..d055079 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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