From 1871040de60fd4bf1fd47787a432740681eb938f Mon Sep 17 00:00:00 2001 From: Roman Khimov Date: Thu, 29 Aug 2019 15:28:20 +0300 Subject: [PATCH] circleci: fix workflow version Only version 2 is supported at the moment as per https://circleci.com/docs/2.0/configuration-reference/#version-1 Not to confuse with top-level version which really can be 2.1. --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 0723232c6..783891fcb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -91,7 +91,7 @@ jobs: workflows: - version: 2.1 + version: 2 workflow: jobs: - vet: