Skip to content

Commit

Permalink
temporarily disable linting for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rfratto committed Dec 8, 2021
1 parent 40a7f78 commit 24d3d7b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .drone/drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ trigger:
ref:
- refs/heads/main
- refs/pull/*/head
- refs/tags/**
#- refs/tags/**

steps:
- name: lint
Expand All @@ -36,7 +36,7 @@ trigger:
ref:
- refs/heads/main
- refs/pull/*/head
- refs/tags/**
#- refs/tags/**

steps:
- name: test
Expand Down Expand Up @@ -77,8 +77,8 @@ steps:
- rm go1.16.5.linux-amd64.tar.gz
- export PATH=$PATH:/usr/local/go/bin
- make DRONE=true BUILD_IN_CONTAINER=false dist
depends_on:
- Test
#depends_on:
#- Test
---
kind: pipeline
type: docker
Expand Down Expand Up @@ -119,8 +119,8 @@ steps:
- make DRONE=true CROSS_BUILD=true BUILD_IN_CONTAINER=true RELEASE_BUILD=true grafana-agent-crow-image
- docker buildx rm multiarch

depends_on:
- Test
#depends_on:
#- Test

volumes:
- name: docker
Expand Down Expand Up @@ -174,6 +174,6 @@ volumes:
path: /var/run/docker.sock
---
kind: signature
hmac: 1cab98e575942179c9a157058799b9d44119b1d6c170feefbeefe303eb44823d
hmac: a8269f4aa2710ba52347e8e60e46b3f7ff45446f550177edee0d67a2dd142dfd

...

0 comments on commit 24d3d7b

Please sign in to comment.