From: Michael Jeanson Date: Mon, 29 May 2017 18:31:00 +0000 (-0400) Subject: ansible: moved artifacts to git-mirror X-Git-Url: https://git.lttng.org./?a=commitdiff_plain;h=42de47d7cf302d5dac2908502720362964b13b82;p=lttng-ci.git ansible: moved artifacts to git-mirror Signed-off-by: Michael Jeanson --- diff --git a/automation/ansible/roles/lttng-modules/tasks/main.yml b/automation/ansible/roles/lttng-modules/tasks/main.yml index 3366efa..031a28b 100644 --- a/automation/ansible/roles/lttng-modules/tasks/main.yml +++ b/automation/ansible/roles/lttng-modules/tasks/main.yml @@ -19,7 +19,7 @@ when: ansible_os_family == 'Alpine' - name: checkout repo - git: repo=git://artifacts.internal.efficios.com/git/linux-all.git + git: repo=git://git-mirror.internal.efficios.com/git/linux-all.git dest=/home/jenkins/gitcache/linux-stable.git bare=yes become: yes