diff --git a/.circleci/config.yml b/.circleci/config.yml index 24ac78369..19cb56764 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,8 +18,9 @@ jobs: # To see the list of pre-built images that CircleCI provides for most common languages see # https://circleci.com/docs/2.0/circleci-images/ docker: + # https://discuss.circleci.com/t/aug-13-14-unable-to-run-the-job-runner-issue/31958 - image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37 - command: /sbin/init + # command: /sbin/init steps: - checkout # Prepare for artifact and test results collection equivalent to how it was done on 1.0.