Skip to content
This repository has been archived by the owner on Feb 17, 2023. It is now read-only.

Commit

Permalink
Remove docker-compose update
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasDorier committed May 14, 2019
1 parent 00e24ab commit 289c6fa
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .circleci/config.yml
Expand Up @@ -14,9 +14,6 @@ jobs:
- run:
command: |
cd BTCPayServer.Tests
curl -L https://github.com/docker/compose/releases/download/1.23.2/docker-compose-`uname -s`-`uname -m` > ~/docker-compose
chmod +x ~/docker-compose
sudo mv ~/docker-compose /usr/local/bin/docker-compose
docker-compose -v
docker-compose down --v
docker-compose build
Expand Down

0 comments on commit 289c6fa

Please sign in to comment.