mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-22 04:16:38 +00:00
Update mint.yml
This commit is contained in:
@@ -44,13 +44,13 @@ jobs:
|
|||||||
|
|
||||||
- name: run this rustfs server
|
- name: run this rustfs server
|
||||||
run: |
|
run: |
|
||||||
mkdir -p /data/rustfs
|
mkdir -p data/rustfs
|
||||||
nohub ./target/release/rustfs \
|
nohub ./target/release/rustfs \
|
||||||
--address 0.0.0.0:9000 \
|
--address 0.0.0.0:9000 \
|
||||||
--access-key rustfsadmin \
|
--access-key rustfsadmin \
|
||||||
--secret-key rustfsadmin \
|
--secret-key rustfsadmin \
|
||||||
--domain-name localhost:9000 \
|
--domain-name localhost:9000 \
|
||||||
/data/rustfs &
|
data/rustfs &
|
||||||
|
|
||||||
- name: run mint test task
|
- name: run mint test task
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user