mirror of
https://github.com/goharbor/harbor.git
synced 2024-11-22 18:25:56 +01:00
Fix CI pipeline bug on packaging offline installer
This commit is contained in:
parent
0033f71d29
commit
28a13db29a
@ -181,6 +181,7 @@ fi
|
|||||||
# latest.build
|
# latest.build
|
||||||
# harbor-offline-installer-latest.tgz
|
# harbor-offline-installer-latest.tgz
|
||||||
#
|
#
|
||||||
|
set -e
|
||||||
if [ $upload_build == true ] && [ $rc -eq 0 ]; then
|
if [ $upload_build == true ] && [ $rc -eq 0 ]; then
|
||||||
cp $harbor_build_bundle harbor-offline-installer-latest.tgz
|
cp $harbor_build_bundle harbor-offline-installer-latest.tgz
|
||||||
uploader $harbor_build_bundle $harbor_target_bucket
|
uploader $harbor_build_bundle $harbor_target_bucket
|
||||||
@ -207,5 +208,3 @@ fi
|
|||||||
if [ -f "$keyfile" ]; then
|
if [ -f "$keyfile" ]; then
|
||||||
rm -f $keyfile
|
rm -f $keyfile
|
||||||
fi
|
fi
|
||||||
|
|
||||||
exit $rc
|
|
@ -21,7 +21,6 @@ Library Process
|
|||||||
Library SSHLibrary 1 minute
|
Library SSHLibrary 1 minute
|
||||||
Library DateTime
|
Library DateTime
|
||||||
Library Selenium2Library 10 10
|
Library Selenium2Library 10 10
|
||||||
Library JSONLibrary
|
|
||||||
Resource Nimbus-Util.robot
|
Resource Nimbus-Util.robot
|
||||||
Resource Vsphere-Util.robot
|
Resource Vsphere-Util.robot
|
||||||
Resource VCH-Util.robot
|
Resource VCH-Util.robot
|
||||||
@ -36,6 +35,7 @@ Resource Harbor-Pages/Project-Members.robot
|
|||||||
Resource Harbor-Pages/Project-Members_Elements.robot
|
Resource Harbor-Pages/Project-Members_Elements.robot
|
||||||
Resource Harbor-Pages/Project-Repository.robot
|
Resource Harbor-Pages/Project-Repository.robot
|
||||||
Resource Harbor-Pages/Project-Repository_Elements.robot
|
Resource Harbor-Pages/Project-Repository_Elements.robot
|
||||||
|
Resource Harbor-Pages/Project-Config.robot
|
||||||
Resource Harbor-Pages/Replication.robot
|
Resource Harbor-Pages/Replication.robot
|
||||||
Resource Harbor-Pages/Replication_Elements.robot
|
Resource Harbor-Pages/Replication_Elements.robot
|
||||||
Resource Harbor-Pages/UserProfile.robot
|
Resource Harbor-Pages/UserProfile.robot
|
||||||
@ -51,6 +51,4 @@ Resource Admiral-Util.robot
|
|||||||
Resource OVA-Util.robot
|
Resource OVA-Util.robot
|
||||||
Resource Cert-Util.robot
|
Resource Cert-Util.robot
|
||||||
Resource SeleniumUtil.robot
|
Resource SeleniumUtil.robot
|
||||||
Resource Harbor-Pages/Project-Config.robot
|
|
||||||
Resource Nightly-Util.robot
|
Resource Nightly-Util.robot
|
||||||
Resource Harbor-Pages/Verify.robot
|
|
||||||
|
Loading…
Reference in New Issue
Block a user