Merge pull request #5243 from wy65701436/fix-ci-offline

Fix CI pipeline bug on packaging offline installer
This commit is contained in:
Daniel Jiang 2018-07-04 00:39:41 +08:00 committed by GitHub
commit e9f02a9476
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View File

@ -181,6 +181,7 @@ fi
# latest.build
# harbor-offline-installer-latest.tgz
#
set -e
if [ $upload_build == true ] && [ $rc -eq 0 ]; then
cp $harbor_build_bundle harbor-offline-installer-latest.tgz
uploader $harbor_build_bundle $harbor_target_bucket
@ -207,5 +208,3 @@ fi
if [ -f "$keyfile" ]; then
rm -f $keyfile
fi
exit $rc

View File

@ -21,7 +21,6 @@ Library Process
Library SSHLibrary 1 minute
Library DateTime
Library Selenium2Library 10 10
Library JSONLibrary
Resource Nimbus-Util.robot
Resource Vsphere-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-Repository.robot
Resource Harbor-Pages/Project-Repository_Elements.robot
Resource Harbor-Pages/Project-Config.robot
Resource Harbor-Pages/Replication.robot
Resource Harbor-Pages/Replication_Elements.robot
Resource Harbor-Pages/UserProfile.robot
@ -51,6 +51,4 @@ Resource Admiral-Util.robot
Resource OVA-Util.robot
Resource Cert-Util.robot
Resource SeleniumUtil.robot
Resource Harbor-Pages/Project-Config.robot
Resource Nightly-Util.robot
Resource Harbor-Pages/Verify.robot