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 7073a4a commit cb8ad72Copy full SHA for cb8ad72
.circleci/config.yml
@@ -304,20 +304,14 @@ jobs:
304
workflows:
305
merge-test:
306
jobs:
307
- - docker-build:
308
- filters:
309
- branches:
310
- only: master
+ - docker-build
311
- docker-publish:
312
requires:
313
- docker-build
314
filters:
315
branches:
316
only: master
317
- - docker-build-bridge:
318
319
320
+ - docker-build-bridge
321
- docker-publish-bridge:
322
323
- docker-build-bridge
0 commit comments