Skip to content

Commit b0d218c

Browse files
author
Obada Haddad
committed
update gitignore and tentative fix on circle-ci tests
1 parent 5ea7e46 commit b0d218c

2 files changed

Lines changed: 3 additions & 0 deletions

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 & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,5 @@ caddy_data/
4444
home_page_counters.json
4545
my-postgres.conf
4646
tests/config/state.json
47+
state.json
48+
certs/

0 commit comments

Comments
 (0)