Skip to content

Commit 798933a

Browse files
authored
Merge pull request #22 from qctrl/use-newer-orb
Use newer orb
2 parents e2db05d + eb65030 commit 798933a

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

.circleci/config.yml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: 2.1
22

33
orbs:
4-
q-ctrl: q-ctrl/python@dev:0.1.0
4+
q-ctrl: q-ctrl/python@dev:0.1.2
55

66
workflows:
77
version: 2
@@ -19,20 +19,8 @@ workflows:
1919
branches:
2020
only:
2121
- master
22-
- development
2322
tags: # Tag filter required because the release job has a tag filter
2423
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-
- development
34-
tags:
35-
only: /^v?\d+(\.\d+){1,2}rc\d+$/ # RC version required for publish from development
3624
- q-ctrl/publish_publicly:
3725
context: q-ctrl-api-production
3826
requires:

0 commit comments

Comments
 (0)