Skip to content

Commit

Permalink
ALFREDAPI-548 [Test] Setup docker-compose installation (not present i…
Browse files Browse the repository at this point in the history
…n ci build)
  • Loading branch information
codingBenVdS committed Aug 6, 2024
1 parent f4b64cb commit 031fed4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,10 @@ jobs:
registry: private.docker.xenit.eu
username: ${{ secrets.CLOUDSMITH_USER }}
password: ${{ secrets.CLOUDSMITH_APIKEY }}
- name: Install Docker Compose
run: |
sudo curl -L "https://github.com/docker/compose/releases/download/1.29.2/docker-compose-$(uname -s)-$(uname -m)" -o /usr/local/bin/docker-compose
sudo chmod +x /usr/local/bin/docker-compose
- name: Check Docker version
run: docker --version
- name: Check Docker Compose version
Expand Down

0 comments on commit 031fed4

Please sign in to comment.