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

Submit a request when building for tags

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