Skip to content

Commit

Permalink
Trying to stick to a working mariadb version
Browse files Browse the repository at this point in the history
  • Loading branch information
federicaagostini committed Jan 9, 2024
1 parent a07e8db commit 49db623
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,6 @@ 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
2 changes: 1 addition & 1 deletion compose/docker-compose.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ services:
CA_BUNDLE_TARGET: /tmp/pki

db:
image: mariadb
image: mariadb:10.11.2
container_name: db

volumes:
Expand Down

0 comments on commit 49db623

Please sign in to comment.