Enable Circleci for all branch

This commit is contained in:
Milton Mendoza
2019-08-23 10:09:44 -04:00
parent 90507845b4
commit 4a7e87bbad

View File

@@ -5,11 +5,6 @@ jobs:
docker:
- image: devopsstacks/pm:n225-phpunit
resource_class: large
branches:
only:
# Only executed circleci for this branch
- develop
- bugfix/KR-8037
steps:
- checkout
- run: service mysqld restart