Skip to content

Commit

Permalink
CirlceCI: Docker build for release branches.
Browse files Browse the repository at this point in the history
  • Loading branch information
arikfr committed Nov 2, 2017
1 parent c6dc9af commit 900d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ test:
- nosetests --with-xunit --xunit-file=$CIRCLE_TEST_REPORTS/junit.xml --with-coverage --cover-package=redash tests/
deployment:
github_and_docker:
branch: master
branch: [master, /release.*/]
commands:
- make pack
# Skipping uploads for now, until master is stable.
Expand Down

0 comments on commit 900d558

Please sign in to comment.