Skip to content

Commit

Permalink
Disable lint
Browse files Browse the repository at this point in the history
corrently not working on docker hub, for whatever reason

Signed-off-by: Markus Blaschke <[email protected]>
  • Loading branch information
mblaschke committed Mar 5, 2020
1 parent aff18a8 commit 77965a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN go mod download

# Compile
COPY ./ /go/src/github.com/webdevops/pagerduty2elasticsearch-exporter
RUN make lint
#RUN make lint
RUN make build
RUN ./pagerduty2elasticsearch-exporter --help

Expand Down

0 comments on commit 77965a5

Please sign in to comment.