diff --git a/.circleci/config.yml b/.circleci/config.yml index 722f2fcda..5ea32a660 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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