mirror of
https://github.com/goharbor/harbor.git
synced 2025-03-28 14:26:01 +01:00
Merge pull request #9511 from reasonerjt/remove-db-url-notary-migrator
Hide DB URL from notary migrator script
This commit is contained in:
commit
7f9db05692
@ -24,6 +24,8 @@ docker cp $ID:/go/bin/notary-signer binary/
|
||||
docker cp $ID:/go/bin/migrate binary/
|
||||
docker cp $ID:/migrations binary/
|
||||
|
||||
sed -i 's/waiting for $DB_URL/waiting for database/g' binary/migrations/migrate.sh
|
||||
|
||||
docker rm -f $ID
|
||||
docker rmi -f notary-binary
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user