attempting to fix circleci
This commit is contained in:
parent
9e82006314
commit
bf6ce8dd8d
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue