From 1989ebf1b84daa13735c03db4d44ef6f3927ab39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gr=C3=A9goire=20Henry?= Date: Mon, 23 Jan 2017 11:46:56 +0100 Subject: [PATCH] CI: fix github URL --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cb640e4d3..af307db8a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -176,7 +176,7 @@ publish:github: export GIT_AUTHOR_EMAIL="contact@tezos.com" ; fi' HEAD - - git push git@github.com:OCamlPro/tezos.git -f HEAD:master + - git push git@github.com:tezos/tezos.git -f HEAD:master cleanup: stage: cleanup