We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e2db05d + eb65030 commit 798933aCopy full SHA for 798933a
.circleci/config.yml
@@ -1,7 +1,7 @@
1
version: 2.1
2
3
orbs:
4
- q-ctrl: q-ctrl/python@dev:0.1.0
+ q-ctrl: q-ctrl/python@dev:0.1.2
5
6
workflows:
7
version: 2
@@ -19,20 +19,8 @@ workflows:
19
branches:
20
only:
21
- master
22
- - development
23
tags: # Tag filter required because the release job has a tag filter
24
only: /.*/
25
- - q-ctrl/publish_publicly:
26
- context: q-ctrl-api-development
27
- requires:
28
- - q-ctrl/pytest_python_36_open
29
- - q-ctrl/open_build_and_publish_internally
30
- filters:
31
- branches:
32
- only:
33
34
- tags:
35
- only: /^v?\d+(\.\d+){1,2}rc\d+$/ # RC version required for publish from development
36
- q-ctrl/publish_publicly:
37
context: q-ctrl-api-production
38
requires:
0 commit comments