Commit ad7ffaa6 authored by Vitaly Lipatov's avatar Vitaly Lipatov

release_commit.sh: push to pub.gitlab too

parent c294e81e
......@@ -9,6 +9,7 @@ push_tag()
local version="$1"
git tag -a "$version" -e -s -m "$(rpmlog -q --last-changelog | sed -e 's|^* ||')"
git push pub.github $version
git push pub.gitlab $version
}
if [ -n "$1" ] ; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment