Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -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.2

workflows:
version: 2
Expand All @@ -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:
Expand Down