Skip to content

Commit

Permalink
Update the script for setting up releases
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 16, 2024
1 parent 672ca27 commit d35460d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cvmfs/setup-releases.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function list_packages() {

# Define an array containing the paths to the folders
folders=("$latest_previous_release")
if [ $build_type = "dbg" ] && [ -d $(echo $latest_previous_release | sed 's/opt/dbg/') ]; then
if [ "$build_type" = "dbg" ] && [ -d $(echo $latest_previous_release | sed 's/opt/dbg/') ]; then
folders+=($(echo $latest_previous_release | sed 's/opt/dbg/'))
fi
folders+=(/cvmfs/sw.hsf.org/key4hep/releases/$rel/*$name*-*$build_type*)
Expand Down

0 comments on commit d35460d

Please sign in to comment.