Rfaulk has uploaded a new change for review. https://gerrit.wikimedia.org/r/83210
Change subject: mod - this is a push, also push tags. ...................................................................... mod - this is a push, also push tags. Change-Id: Ieb9b39632cfa8da652a5a7de079339d11ac66745 --- M sartoris/default-hooks/default-client-push 1 file changed, 2 insertions(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/sartoris refs/changes/10/83210/1 diff --git a/sartoris/default-hooks/default-client-push b/sartoris/default-hooks/default-client-push index 98883a5..9f23be1 100644 --- a/sartoris/default-hooks/default-client-push +++ b/sartoris/default-hooks/default-client-push @@ -1,3 +1,4 @@ #!/bin/bash cd $GIT_DEPLOY_HOME -git pull origin master \ No newline at end of file +git push origin master +git push --tags \ No newline at end of file -- To view, visit https://gerrit.wikimedia.org/r/83210 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ieb9b39632cfa8da652a5a7de079339d11ac66745 Gerrit-PatchSet: 1 Gerrit-Project: sartoris Gerrit-Branch: master Gerrit-Owner: Rfaulk <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
