Skip to content

Commit 46cb7f7

Browse files
author
Obada Haddad
committed
tentative fix for nginx/minio circle-ci
1 parent b0d218c commit 46cb7f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +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
34+
echo "127.0.0.1 minio" | sudo tee -a /etc/hosts
3535
mkdir -p var/minio/public
3636
mkdir -p var/minio/private
3737

0 commit comments

Comments
 (0)