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