Skip to content

Commit

Permalink
fixe: remove non existing paameter --deadline
Browse files Browse the repository at this point in the history
  • Loading branch information
msvticket committed Jun 4, 2024
1 parent 405bb7b commit 32a17cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tasks/go-plugin/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ spec:
resources: {}
script: |
#!/bin/sh
golangci-lint run --deadline 30m0s
golangci-lint run
- image: golang:1.22.3@sha256:f43c6f049f04cbbaeb28f0aad3eea15274a7d0a7899a617d0037aec48d7ab010
name: build-make-test
resources: {}
Expand Down
2 changes: 1 addition & 1 deletion tasks/go/pullrequest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ spec:
resources: {}
script: |
#!/bin/sh
golangci-lint run --deadline 30m0s
golangci-lint run
- image: ghcr.io/jenkins-x/jx-registry:0.1.11
name: check-registry
resources: {}
Expand Down

0 comments on commit 32a17cb

Please sign in to comment.