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