From bf6ce8dd8db3c5c0ec6f2a828dfe02362a7d548f Mon Sep 17 00:00:00 2001 From: Artem Pavlenko Date: Wed, 6 Nov 2019 15:21:25 +0000 Subject: [PATCH] attempting to fix circleci --- .circleci/config.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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.