From 6024260ffc0dcb8bd371e29dee563e47b5efd9d7 Mon Sep 17 00:00:00 2001 From: Arve Knudsen Date: Mon, 7 Oct 2019 16:40:08 +0200 Subject: [PATCH] De-duplicate `lint-go` step (#19675) Signed-off-by: Arve Knudsen --- .circleci/config.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7314cf6a11b..346974a7ca8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -925,8 +925,6 @@ workflows: filters: *filter-not-release-or-master - lint-go: filters: *filter-not-release-or-master - - lint-go: - filters: *filter-not-release-or-master - shellcheck: filters: *filter-not-release-or-master - test-frontend: