From f16a816a4766e56836ec3757d4e58c6619b238f0 Mon Sep 17 00:00:00 2001 From: Ziming Zhang Date: Tue, 26 May 2020 11:24:12 +0800 Subject: [PATCH] fix build_base_docker Signed-off-by: Ziming Zhang --- Makefile | 2 +- tests/integration.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e851c088b0..e67a8c855e 100644 --- a/Makefile +++ b/Makefile @@ -327,7 +327,7 @@ build_base_docker: @for name in chartserver clair clair-adapter core db jobservice log nginx notary-server notary-signer portal prepare redis registry registryctl; do \ echo $$name ; \ $(DOCKERBUILD) --pull -f $(MAKEFILEPATH_PHOTON)/$$name/Dockerfile.base -t goharbor/harbor-$$name-base:$(BASEIMAGETAG) . && \ - $(PUSHSCRIPTPATH)/$(PUSHSCRIPTNAME) goharbor/harbor-$$name-base:$(BASEIMAGETAG) $(REGISTRYUSER) $(REGISTRYPASSWORD) || exit 1 \ + $(PUSHSCRIPTPATH)/$(PUSHSCRIPTNAME) goharbor/harbor-$$name-base:$(BASEIMAGETAG) $(REGISTRYUSER) $(REGISTRYPASSWORD) || exit 1 ; \ done @echo build_base_docker done diff --git a/tests/integration.sh b/tests/integration.sh index 46c8742ee2..d9d4210b77 100755 --- a/tests/integration.sh +++ b/tests/integration.sh @@ -177,6 +177,7 @@ set -e if [ $upload_build == true ]; then cp ${harbor_offline_build_bundle} harbor-offline-installer-latest.tgz cp ${harbor_offline_build_bundle}.asc harbor-offline-installer-latest.tgz.asc + ls -l uploader ${harbor_offline_build_bundle} $harbor_target_bucket uploader ${harbor_offline_build_bundle}.asc $harbor_target_bucket uploader ${harbor_online_build_bundle} $harbor_target_bucket