Skip to content

Commit a0d7a99

Browse files
committed
stop mc being quiet so that we can see what is going on
1 parent 77768a9 commit a0d7a99

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
.env
22
venvs
33
.ropeproject
4+
*.log

bin/up

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
cp example.env .env
44
docker compose up --no-color --quiet-pull --detach --remove-orphans
5-
mc --quiet -disable-pager --no-color alias set local http://localhost:9000 minioadmin minioadmin
6-
mc --quiet -disable-pager --no-color ready local
7-
mc --quiet -disable-pager --no-color mb local/tansu
5+
mc ready local
6+
mc alias set local http://localhost:9000 minioadmin minioadmin
7+
mc mb local/tansu
88
uv --color never --no-progress venv -p 3.12
99
echo "source .venv/bin/activate" >> /root/.bashrc
1010
source .venv/bin/activate

0 commit comments

Comments
 (0)