Skip to content

Commit 4f9b3b6

Browse files
author
Obada Haddad
committed
update gitignore and tentative fix on circle-ci tests
1 parent 39d2b85 commit 4f9b3b6

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ jobs:
3131
- run:
3232
name: "Setup: Create directories for MinIO (cannot be made by docker for some reason)"
3333
command: |
34+
sudo echo "127.0.0.1 minio" >> /etc/hosts
3435
mkdir -p var/minio/public
3536
mkdir -p var/minio/private
3637

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,5 @@ caddy_data/
4646
home_page_counters.json
4747
my-postgres.conf
4848
tests/config/state.json
49-
49+
state.json
50+
certs/

0 commit comments

Comments
 (0)