Skip to content
Snippets Groups Projects
Commit af68fbe4 authored by Antoine Regimbeau's avatar Antoine Regimbeau
Browse files

New suffix package

parent 22aa3a9b
No related branches found
No related tags found
2 merge requests!621Release 7.0 (master),!523CI: deploy
......@@ -10,7 +10,7 @@ else # we are on a release branch
jobs_directory=/home/otbpush/test/staging
if [ "$#" -eq 2 ]
then # there is a rc tag, we need a suffix for packages
pack_suffix=$(echo "$2" | grep -o "rc[0-9]*") # this retrieve the rc number
pack_suffix=-$(echo "$2" | grep -o "rc[0-9]*") # this retrieve the rc number
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment