Skip to content

Commit

Permalink
Checkout after installing git/ssh
Browse files Browse the repository at this point in the history
  • Loading branch information
sushant-hiray committed Sep 26, 2017
1 parent 1e63a85 commit aa1e7f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ jobs:
- image: phusion/baseimage
working_directory: ~/circulate
steps:
- checkout
- run:
name: Install Python Pip JDK
command: |
Expand All @@ -16,6 +15,7 @@ jobs:
apt-get update && apt-get install -y openjdk-8-jdk
export JDK_HOME=/usr/lib/jvm/java-8-openjdk-amd64
export JAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64
- checkout
- run:
name: Private Pypi Config Setup
command: |
Expand Down

0 comments on commit aa1e7f0

Please sign in to comment.