Commit 208db121 authored by Vitaly Lipatov's avatar Vitaly Lipatov

publish: use --all and --tags

parent 65fd0eb7
#!/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