mirror of
https://github.com/goharbor/harbor
synced 2025-04-08 02:45:51 +00:00
5 lines
46 B
Bash
Executable File
5 lines
46 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
|
|
python ./migrator.py "$@"
|