Skip to content

Commit

Permalink
Upgrade Docker Compose
Browse files Browse the repository at this point in the history
  • Loading branch information
cer committed Oct 6, 2018
1 parent a698bf9 commit e83c3e5
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 @@ -74,6 +74,9 @@ jobs:
key: ftgo-application-{{ checksum "gradle.properties" }}
- run:
command: |
docker-compose version
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
chmod +x ~/docker-compose
export TERM=dumb
. ./setenv-circle-ci.sh
./gradlew assemble
Expand Down

0 comments on commit e83c3e5

Please sign in to comment.