Skip to content

Commit

Permalink
Check docker-compose version
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Jan 5, 2024
1 parent 8465117 commit 2a68cad
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 @@ -108,6 +108,10 @@ jobs:

- name: Deploy db and voms
run: |
docker-compose -v
docker -v
docker compose -v
alias docker-compose
docker-compose --file docker-compose.ci.yml exec -T --workdir /scripts db bash /scripts/populate-db.sh
docker-compose --file docker-compose.ci.yml exec -T --workdir /scripts voms bash /scripts/setup-and-start-voms.sh
working-directory: compose
Expand Down

0 comments on commit 2a68cad

Please sign in to comment.