Skip to content

Commit 4177115

Browse files
committed
circle-ci: try to fix "Unable to runt the job runner" issue
Signed-off-by: Yen-Chin Lee <coldnew.tw@gmail.com>
1 parent 2248cb7 commit 4177115

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.circleci/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# https://circleci.com/docs/2.0/circleci-images/
2929
docker:
3030
- image: circleci/build-image:ubuntu-14.04-XXL-upstart-1189-5614f37
31-
command: /sbin/init
31+
3232
steps:
3333
# Machine Setup
3434
# 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
@@ -41,7 +41,7 @@ jobs:
4141
# This is based on your 1.0 configuration file or project settings
4242
- run:
4343
working_directory: ~/clojure-tw/weekly
44-
command: 'echo ''Asia/Taipei'' | sudo tee -a /etc/timezone; sudo dpkg-reconfigure -f noninteractive tzdata; sudo service mysql restart; sudo service postgresql restart; '
44+
command: 'echo ''Asia/Taipei'' | sudo tee -a /etc/timezone; sudo dpkg-reconfigure -f noninteractive tzdata; '
4545
- run:
4646
working_directory: ~/clojure-tw/weekly
4747
command: sudo update-alternatives --set java /usr/lib/jvm/jdk1.8.0/bin/java; sudo update-alternatives --set javac /usr/lib/jvm/jdk1.8.0/bin/javac; echo -e "export JAVA_HOME=/usr/lib/jvm/jdk1.8.0" >> $BASH_ENV

0 commit comments

Comments
 (0)