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 b54ba21 commit a698bf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ 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
sudo mv ~/docker-compose /usr/local/bin/docker-compose
export TERM=dumb
. ./setenv-circle-ci.sh
./build-and-test-all.sh
Expand Down Expand Up @@ -45,6 +49,9 @@ jobs:
key: ftgo-application-{{ checksum "gradle.properties" }}
- run:
command: |
curl -L https://github.com/docker/compose/releases/download/1.19.0/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
chmod +x ~/docker-compose
sudo mv ~/docker-compose /usr/local/bin/docker-compose
export TERM=dumb
. ./setenv-circle-ci.sh
./build-and-test-all-mariadb.sh
Expand Down

0 comments on commit a698bf9

Please sign in to comment.