Skip to content

Commit

Permalink
Perform update in a separate step
Browse files Browse the repository at this point in the history
  • Loading branch information
sushant-hiray committed Sep 26, 2017
1 parent 02d68e2 commit 1e63a85
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ jobs:
- run:
name: Install Python Pip JDK
command: |
apt-get update && apt-get install -y python python-pip python-dev software-properties-common git openssh-client
apt-get -qq update
apt-get -y install git openssh-client python python-pip python-dev software-properties-common
add-apt-repository -y ppa:openjdk-r/ppa
apt-get update && apt-get install -y openjdk-8-jdk
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64
Expand Down

0 comments on commit 1e63a85

Please sign in to comment.