commit | 025ed0d2db9fb69efb86ce46a2ccb66b83221a63 | [log] [tgz] |
---|---|---|
author | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Nov 27 13:01:28 2013 -0800 |
committer | Andreas Wundsam <andreas.wundsam@bigswitch.com> | Wed Nov 27 13:02:08 2013 -0800 |
tree | 634c0b68592ca78250f0a370a4291693bd855598 | |
parent | d815ddb53f6b0aa2720dade1977d8d26bb793dc4 [diff] |
.build/push-artifacts: also push tags The tags for the loxigen-artfacts repository were generated locally but not sent to github.
diff --git a/.build/push-artifacts.sh b/.build/push-artifacts.sh index fd607eb..8c7b60b 100755 --- a/.build/push-artifacts.sh +++ b/.build/push-artifacts.sh
@@ -54,6 +54,7 @@ ) | git commit --file=- git tag -a -f "loxi/${loxi_head}" -m "Tag Loxigen Revision ${loxi_head}" + git push --tags git push )