From 082b9c8c27beab1674b4bae7c22cecd37cdc486a Mon Sep 17 00:00:00 2001 From: Rutger Kok Date: Sat, 30 Jun 2018 10:24:48 +0200 Subject: [PATCH] Remove command from CircleCi config --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 936125c..6edfe2d 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,7 +18,6 @@ jobs: # https://circleci.com/docs/2.0/circleci-images/ docker: - image: circleci/openjdk:8-jdk - command: /sbin/init steps: # Machine Setup # If you break your build into multiple jobs with workflows, you will probably want to do the parts of this that are relevant in each