mirror of
https://github.com/goharbor/harbor
synced 2025-04-13 08:30:34 +00:00
fix nightly bug for notary case in replication env (#4355)
This commit is contained in:
parent
dda4289aaf
commit
8bf4f1314e
|
@ -24,7 +24,7 @@ Nightly Test Setup
|
|||
[Arguments] ${ip} ${SSH_PWD} ${HARBOR_PASSWORD} ${ip1}==${EMPTY}
|
||||
Run Keyword CA setup ${ip} ${SSH_PWD} ${HARBOR_PASSWORD}
|
||||
Run Keyword Prepare Docker Cert ${ip}
|
||||
Run Keyword And Ignore Error Run rm harbor_ca.crt
|
||||
Run Keyword If '${ip1}' != '${EMPTY}' Run rm harbor_ca.crt
|
||||
Run Keyword If '${ip1}' != '${EMPTY}' CA setup ${ip1} ${SSH_PWD} ${HARBOR_PASSWORD}
|
||||
Run Keyword If '${ip1}' != '${EMPTY}' Prepare Docker Cert ${ip1}
|
||||
Run Keyword Start Docker Daemon Locally
|
||||
|
|
Loading…
Reference in New Issue
Block a user