diff options
| author | k8s-ci-robot <k8s-ci-robot@users.noreply.github.com> | 2018-05-01 00:33:16 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-05-01 00:33:16 -0700 |
| commit | a787732d8c663262d112248a9f202da92c742e7f (patch) | |
| tree | 81f2985163f192521c0d433736663ced68155433 /vendor/github.com/client9/misspell/scripts | |
| parent | ce545a23c972ae20d7914dbafc9b4ca74ff4c38d (diff) | |
| parent | 0e09735df78e5cb098e6d052cb0b14ee2d87f02b (diff) | |
Merge pull request #2097 from cblecker/dep-update
Update deps
Diffstat (limited to 'vendor/github.com/client9/misspell/scripts')
4 files changed, 0 insertions, 16 deletions
diff --git a/vendor/github.com/client9/misspell/scripts/commit-msg.sh b/vendor/github.com/client9/misspell/scripts/commit-msg.sh deleted file mode 100755 index 3655bd00..00000000 --- a/vendor/github.com/client9/misspell/scripts/commit-msg.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -ex -misspell -error "$1" diff --git a/vendor/github.com/client9/misspell/scripts/goreleaser.sh b/vendor/github.com/client9/misspell/scripts/goreleaser.sh deleted file mode 100755 index 99a1bd1e..00000000 --- a/vendor/github.com/client9/misspell/scripts/goreleaser.sh +++ /dev/null @@ -1,3 +0,0 @@ -#!/bin/sh -e -# autorelease based on tag -test -n "$TRAVIS_TAG" && curl -sL https://git.io/goreleaser | bash diff --git a/vendor/github.com/client9/misspell/scripts/pre-commit.sh b/vendor/github.com/client9/misspell/scripts/pre-commit.sh deleted file mode 100755 index 291c45ad..00000000 --- a/vendor/github.com/client9/misspell/scripts/pre-commit.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -ex -make ci diff --git a/vendor/github.com/client9/misspell/scripts/update-godownloader.sh b/vendor/github.com/client9/misspell/scripts/update-godownloader.sh deleted file mode 100755 index 8d933e2f..00000000 --- a/vendor/github.com/client9/misspell/scripts/update-godownloader.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -ex -# -# This updates the 'godownloader-*.sh' scripts from upstream -# This is done manually -# -SOURCE=https://raw.githubusercontent.com/goreleaser/godownloader/master/samples -curl --fail -o godownloader-misspell.sh "$SOURCE/godownloader-misspell.sh" -chmod a+x godownloader-misspell.sh - |
