removed unsupported flag
This commit is contained in:
@@ -3,7 +3,7 @@ name: Sync Label Studio
|
|||||||
on:
|
on:
|
||||||
schedule:
|
schedule:
|
||||||
# This job will run every day at 03:00 AM
|
# This job will run every day at 03:00 AM
|
||||||
- cron: "0/5 * * * *"
|
- cron: "* * * * *"
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
sync_storage:
|
sync_storage:
|
||||||
@@ -29,6 +29,6 @@ jobs:
|
|||||||
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
MINIO_SECRET_KEY: ${{ secrets.MINIO_SECRET_KEY }}
|
||||||
run: |
|
run: |
|
||||||
mc alias set myminio http://10.0.0.2:9000 $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
|
mc alias set myminio http://10.0.0.2:9000 $MINIO_ACCESS_KEY $MINIO_SECRET_KEY
|
||||||
mc mirror --recursive --overwrite --attr 'Content-Type=application/json' \
|
mc mirror --overwrite --attr 'Content-Type=application/json' \
|
||||||
myminio/visual-semiotic-ai-analysis/label-studio-output \
|
myminio/visual-semiotic-ai-analysis/label-studio-output \
|
||||||
myminio/visual-semiotic-ai-analysis/label-studio-output
|
myminio/visual-semiotic-ai-analysis/label-studio-output
|
||||||
|
|||||||
Reference in New Issue
Block a user