mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Modify e2e image for drone build
Signed-off-by: danfengliu <danfengl@vmware.com>
This commit is contained in:
parent
d81fe8d788
commit
859ff2e1ef
@ -27,7 +27,7 @@ pipeline:
|
||||
status: success
|
||||
|
||||
test-and-issue-build:
|
||||
image: goharbor/harbor-e2e-engine:1.43
|
||||
image: goharbor/harbor-e2e-engine:2.3
|
||||
pull: true
|
||||
privileged: true
|
||||
environment:
|
||||
|
@ -115,7 +115,7 @@ function uploader {
|
||||
|
||||
function package_installer {
|
||||
echo "Package Harbor offline installer."
|
||||
pybot --removekeywords TAG:secret --include Bundle tests/robot-cases/Group0-Distro-Harbor
|
||||
robot --removekeywords TAG:secret --include Bundle tests/robot-cases/Group0-Distro-Harbor
|
||||
harbor_offline_build_bundle=$(basename harbor-offline-installer-*.tgz)
|
||||
harbor_online_build_bundle=$(basename harbor-online-installer-*.tgz)
|
||||
upload_build=true
|
||||
|
Loading…
Reference in New Issue
Block a user