Skip to content

Commit

Permalink
Install git client before release
Browse files Browse the repository at this point in the history
  • Loading branch information
jcague committed Sep 15, 2017
1 parent 3997dd0 commit 33516f0
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,13 @@ jobs:
working_directory: /tmp/licode

steps:
- run:
name: Install Git client
command: |
set -x
sudo apt-get update
sudo apt-get install -y git
- checkout

- setup_remote_docker
Expand Down Expand Up @@ -112,6 +119,13 @@ jobs:
working_directory: /tmp/licode

steps:
- run:
name: Install Git client
command: |
set -x
sudo apt-get update
sudo apt-get install -y git
- checkout

- setup_remote_docker
Expand Down

0 comments on commit 33516f0

Please sign in to comment.