Commit 22726e08 authored by Vitaly Lipatov's avatar Vitaly Lipatov Committed by Vitaly Lipatov

publish.sh: add -f option

parent 4d2dfc78
#!/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
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