aboutsummaryrefslogtreecommitdiff
path: root/.circleci
diff options
context:
space:
mode:
authorBen Kochie <superq@gmail.com>2019-02-13 14:12:12 +0100
committerGitHub <noreply@github.com>2019-02-13 14:12:12 +0100
commitdc4c58671de96f35b82e74232d882f64cd66ccd9 (patch)
treea236d1bdb862b9aa5e4654fed68c8eb32aa30fd9 /.circleci
parentcb9e23c536b1daf2ac50ea52e515509951e0cd16 (diff)
downloadprometheus_node_collector-dc4c58671de96f35b82e74232d882f64cd66ccd9.tar.bz2
prometheus_node_collector-dc4c58671de96f35b82e74232d882f64cd66ccd9.tar.xz
prometheus_node_collector-dc4c58671de96f35b82e74232d882f64cd66ccd9.zip
Update vendoring. (#1257)
* Update vendoring. Update vendoring to latest upstream. Signed-off-by: Ben Kochie <superq@gmail.com>
Diffstat (limited to '.circleci')
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index e8dab62..1c958d5 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -28,7 +28,7 @@ jobs:
28 steps: 28 steps:
29 - checkout 29 - checkout
30 - run: sudo pip install codespell 30 - run: sudo pip install codespell
31 - run: codespell --skip=".git,./vendor,ttar" -L uint 31 - run: codespell --skip=".git,./vendor,ttar,go.mod,go.sum" -L uint
32 32
33 build: 33 build:
34 machine: true 34 machine: true