From f80d39078f67437143d794db91eae93b2395b0f8 Mon Sep 17 00:00:00 2001 From: John Tzikas Date: Mon, 8 Mar 2021 18:15:54 +0200 Subject: [PATCH] Disable check-deps ci step (#17083) --- .circleci/config.yml | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 496f82f227..b36f878627 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -422,10 +422,12 @@ workflows: ignore: - master - /^release-.*/ - - check-deps: - context: sast-webhook - requires: - - setup + # Disabling check-deps since the new version is not on bintray and all builds will fail + # we've are on top of this, and it's going to be temporary. + #- check-deps: + # context: sast-webhook + # requires: + # - setup # - check-i18n: # requires: # - setup @@ -498,10 +500,12 @@ workflows: - master - /^release-.*/ - cloud - - check-deps: - context: sast-webhook - requires: - - setup + # Disabling check-deps since the new version is not on bintray and all builds will fail + # we've are on top of this, and it's going to be temporary. + #- check-deps: + # context: sast-webhook + # requires: + # - setup # - check-i18n: # requires: # - setup