Skip to content

Commit

Permalink
Add minio to CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias committed May 7, 2023
1 parent bf4425c commit 3f6d005
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- POSTGRES_USER=clojars
- POSTGRES_PASSWORD=clojars
- POSTGRES_DB=clojars
- image: minio/minio:RELEASE.2023-04-20T17-56-55Z
command: server /data
environment:
MINIO_ROOT_USER: fake-access-key
MINIO_ROOT_PASSWORD: fake-secret-key
working_directory: ~/clojars
steps:
- checkout
Expand Down

0 comments on commit 3f6d005

Please sign in to comment.