mirror of
https://github.com/goharbor/harbor.git
synced 2024-12-25 18:18:04 +01:00
Merge pull request #12695 from danfengliu/upgrade-robotframework-in-drone
Modify e2e image for drone build
This commit is contained in:
commit
2d9c72a6b9
@ -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