Skip to content

Commit

Permalink
install git for tagged builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Dougley committed Sep 13, 2018
1 parent e0fdb7e commit e41093a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
- checkout
- attach_workspace:
at: /tmp/workspace
- run:
name: Git
command: apk add --update git
- run:
name: Merge translations
command: cp -rf /tmp/workspace/src/languages/ ~/project/src/
Expand Down

0 comments on commit e41093a

Please sign in to comment.