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.
1 parent 01758be commit edd84b7Copy full SHA for edd84b7
.circleci/config.yml
@@ -132,10 +132,6 @@ workflows:
132
version: 2
133
test_and_build:
134
jobs:
135
- - deps:
136
- filters:
137
- tags:
138
- only: /.*/
139
- test:
140
filters:
141
tags:
@@ -146,14 +142,12 @@ workflows:
146
142
only: /.*/
147
143
- build-docker-images:
148
144
requires:
149
- - deps
150
145
- test
151
152
153
154
- build-linux-packages:
155
156
157
158
159
branches:
0 commit comments