From 01033d4fffab621352ceec46d95b8eb4b08e9fc6 Mon Sep 17 00:00:00 2001 From: Cody Soyland Date: Tue, 31 Mar 2020 16:28:39 -0500 Subject: [PATCH] CI fixes: quote TESTFLAGS and fix stable release filter --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 4e0f7ca8b..2db61fae7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -84,7 +84,7 @@ jobs: at: . - add-github-auth - run: sudo apt-get install lsof - - run: make test SHARD_WIDTH=<< parameters.shard_width >> TESTFLAGS=<< parameters.test_flags >> GOARCH=<< parameters.goarch >> + - run: make test SHARD_WIDTH=<< parameters.shard_width >> TESTFLAGS="<< parameters.test_flags >>" GOARCH=<< parameters.goarch >> cluster-tests: executor: name: golang @@ -217,7 +217,7 @@ workflows: - test-golang-1.14 filters: branches: - only: enterprise + ignore: /.*/ tags: only: /^v.*/ - dockerhub-upload: