From 11e2cafd4e69353a5231509dccc7ac7bfa06270f Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Ho=C3=9F?= Date: Sat, 5 Nov 2016 21:15:07 +0100 Subject: [PATCH] add thats-interesting MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Sebastian Hoß --- roles/git/vars/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/roles/git/vars/main.yml b/roles/git/vars/main.yml index 36907c1..064b86d 100755 --- a/roles/git/vars/main.yml +++ b/roles/git/vars/main.yml @@ -375,3 +375,9 @@ projects: mirrors: - name: bitbucket location: bitbucket:sebhoss/tempo.git + - name: thats-interesting + group: prototype + repository: bitbucket:sebhoss/thats-interesting.git + mirrors: + - name: bitbucket + location: bitbucket:sebhoss/thats-interesting.git -- 2.11.4.GIT