Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit efcdb59

Browse files
committedMay 29, 2018
HOTFIX: Compare base dockerfiles on tag
1 parent 259dae5 commit efcdb59

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed
 

‎.circleci/config.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,10 @@ workflows:
379379
version: 2
380380
build_test_deploy:
381381
jobs:
382-
- compare_base_dockerfiles
382+
- compare_base_dockerfiles:
383+
filters:
384+
tags:
385+
only: /.*/
383386
- test_pytest:
384387
filters:
385388
tags:

0 commit comments

Comments
 (0)
Please sign in to comment.