mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-04 09:39:51 +01:00
03e11c63c7
Signed-off-by: DQ <dengq@vmware.com>
8 lines
100 B
Bash
8 lines
100 B
Bash
#!/bin/sh
|
|
|
|
set -e
|
|
|
|
/harbor/install_cert.sh
|
|
|
|
/harbor/harbor_jobservice -c /etc/jobservice/config.yml
|