From: garciadeblas Date: Tue, 16 Jan 2024 14:18:07 +0000 (+0100) Subject: Update gen-repo.sh to fix download from artifactory X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2Fdevops.git;a=commitdiff_plain;h=df75b7aed0e184455b9de743f82003a1a2513956 Update gen-repo.sh to fix download from artifactory Change-Id: I38df7039b0c30b7b3ddd73e9d8e8645b2c834808 Signed-off-by: garciadeblas --- diff --git a/tools/gen-repo.sh b/tools/gen-repo.sh index a7cf904c..f3d4c29a 100755 --- a/tools/gen-repo.sh +++ b/tools/gen-repo.sh @@ -122,7 +122,7 @@ dump_vars [ -x $JFROG_CLI ] || FATAL "jfrog cli not found. Please install https://www.jfrog.com/getcli/ and use option '-j '" -$JFROG_CLI rt download --build "$BUILD" osm-release || FATAL "Failed to download" +$JFROG_CLI rt download "osm-release/$BUILD_NUMBER/*" || FATAL "Failed to download" [ $PASSPHRASE_FILE ] && GPG_PASSPHRASE="--pinentry-mode=loopback --passphrase \"$(cat $PASSPHRASE_FILE)\""