Commit b177d7e3 authored by Vitaly Lipatov's avatar Vitaly Lipatov

use gpush with git.* aliases for publish

parent b67451d6
#!/bin/sh
PROJECT=etersoft-build-utils
git push --all $@ git.eter:packages/$PROJECT.git
git push --all $@ git.alt:packages/$PROJECT.git
git push --tags $@ git.eter:packages/$PROJECT.git
git push --tags $@ git.alt:packages/$PROJECT.git
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