Also push relevant tags over

This commit is contained in:
Jeroen Domburg 2016-09-30 18:06:41 +08:00
parent d2c938d881
commit 7bdcafe553

View file

@ -164,4 +164,4 @@ push_master_to_github:
- chmod 600 ~/.ssh/id_rsa
- echo -e "Host github.com\n\tStrictHostKeyChecking no\n" >> ~/.ssh/config
- git remote add github git@github.com:espressif/esp-idf.git
- git push github HEAD:master
- git push --follow-tags github HEAD:master