Skip to content

Commit 34b135d

Browse files
Jonathan DEKHTIARlgarithm
authored andcommitted
Error fix for Docker builds on master branch. Duplicate Job not ignored (#650)
1 parent 8e2416f commit 34b135d

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.circleci/config.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -441,31 +441,27 @@ workflows:
441441
ignore: /.*/
442442
branches:
443443
ignore: master
444-
only: /.*/
445444

446445
- test_sources_py2_gpu:
447446
filters:
448447
tags:
449448
ignore: /.*/
450449
branches:
451450
ignore: master
452-
only: /.*/
453451

454452
- test_sources_py3_cpu:
455453
filters:
456454
tags:
457455
ignore: /.*/
458456
branches:
459457
ignore: master
460-
only: /.*/
461458

462459
- test_sources_py3_gpu:
463460
filters:
464461
tags:
465462
ignore: /.*/
466463
branches:
467464
ignore: master
468-
only: /.*/
469465

470466
###################################################################################
471467
# MASTER BRANCH BUILDS with TensorLayer installed from Source #
@@ -545,4 +541,4 @@ workflows:
545541
tags:
546542
only: /.*/
547543
branches:
548-
ignore: /.*/
544+
ignore: /.*/

0 commit comments

Comments
 (0)