Skip to content
Snippets Groups Projects
Commit da32999d authored by Sjoerd Simons's avatar Sjoerd Simons
Browse files

Set a message on submitrequest

parent abefcfd7
No related branches found
No related tags found
No related merge requests found
......@@ -91,7 +91,7 @@ then
osc dput "$prj" ../*.changes
if [ -n "$CI_COMMIT_TAG" ];
then
osc submitrequest --yes --cleanup ${prj} ${pkg} "apertis:$branch:$component"
osc submitrequest --yes --cleanup -m "Tagged" ${prj} ${pkg} "apertis:$branch:$component"
fi
else
echo Project $prj does not exist, skipping... >&2
......
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