From 4481c2f6f89ad1d9a61e2442584961ecd3ca59c4 Mon Sep 17 00:00:00 2001 From: Steve Gore Date: Tue, 3 Sep 2019 11:59:49 +1000 Subject: [PATCH 1/3] Use newer orb --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index d428271d..1a1f92a9 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - q-ctrl: q-ctrl/python@dev:0.1.0 + q-ctrl: q-ctrl/python@dev:0.1.1 workflows: version: 2 From f2a9ccd32164bb9ca19ea7052bed5a06e7fe57fd Mon Sep 17 00:00:00 2001 From: Steve Gore Date: Tue, 3 Sep 2019 12:04:34 +1000 Subject: [PATCH 2/3] Remove reference to development branch --- .circleci/config.yml | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 1a1f92a9..78a95e21 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -19,20 +19,8 @@ workflows: branches: only: - master - - development tags: # Tag filter required because the release job has a tag filter only: /.*/ - - q-ctrl/publish_publicly: - context: q-ctrl-api-development - requires: - - q-ctrl/pytest_python_36_open - - q-ctrl/open_build_and_publish_internally - filters: - branches: - only: - - development - tags: - only: /^v?\d+(\.\d+){1,2}rc\d+$/ # RC version required for publish from development - q-ctrl/publish_publicly: context: q-ctrl-api-production requires: From eb6503082ad36ca1cd0e619e2ba539be17c32f08 Mon Sep 17 00:00:00 2001 From: Steve Gore Date: Tue, 3 Sep 2019 12:06:34 +1000 Subject: [PATCH 3/3] Newer orb again --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 78a95e21..2c1abb32 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: 2.1 orbs: - q-ctrl: q-ctrl/python@dev:0.1.1 + q-ctrl: q-ctrl/python@dev:0.1.2 workflows: version: 2