Skip to content

Commit

Permalink
ALFREDAPI-548 [Test] Fix ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
codingBenVdS committed Aug 6, 2024
1 parent 75cabae commit cf13fd0
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ jobs:
alfresco_version: [ 231, 232 ]
fail-fast: false
runs-on: ubuntu-latest
container:
image: docker/compose:1.29.2 # Use an image with Docker Compose pre-installed
steps:
- name: Check out
uses: actions/checkout@v3
Expand All @@ -63,10 +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: 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 cf13fd0

Please sign in to comment.