X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fmaven-deploy.sh;h=38c2f7dd5229a3b1c4838c67f147540376e7a410;hb=refs%2Fheads%2Fv0.26.x;hp=4f6f58460240789b7e10e722e99c6a4b0baf6e64;hpb=d04c92d090479596fab5ef0b9c5638236b403e96;p=releng%2Fglobal-jjb.git diff --git a/shell/maven-deploy.sh b/shell/maven-deploy.sh index 4f6f5846..38c2f7dd 100644 --- a/shell/maven-deploy.sh +++ b/shell/maven-deploy.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/bash -l # SPDX-License-Identifier: EPL-1.0 ############################################################################## # Copyright (c) 2017 The Linux Foundation and others. @@ -40,7 +40,6 @@ fi set -u # Re-enable. find "$m2repo_dir" -type d -empty -delete -maven_metadata_validate "$m2repo_dir" echo "-----> Upload files to Nexus" lftools deploy nexus -s "$nexus_repo_url" "$m2repo_dir"