Skip to content

Commit

Permalink
Disable Script Check in CircleCI as it is failing jobs. (istio#7862)
Browse files Browse the repository at this point in the history
  • Loading branch information
ozevren authored and istio-testing committed Aug 13, 2018
1 parent a13051f commit d044233
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -436,9 +436,12 @@ jobs:
- checkout
- run: make sync
- run: make lint
- run:
name: Check Scripts
command: /go/src/istio.io/istio/tools/run_shellcheck.sh
# TODO: https://github.com/istio/istio/issues/7861
# We can re-enable this after it runs for 1 week straight as a non-required gate, and by consulting with the
# test-infra team.
# - run:
# name: Check Scripts
# command: /go/src/istio.io/istio/tools/run_shellcheck.sh
# Make sure that any modification to vendor is correct. Always use the latest version of dep.
- run:
name: Creating vendor diff
Expand Down

0 comments on commit d044233

Please sign in to comment.