mirror of
https://github.com/goharbor/harbor
synced 2025-05-02 10:50:39 +00:00
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
|