Add tracecompass gitcache
[lttng-ci.git] / automation / ansible / roles / tracecompass / tasks / main.yml
index b53e0e65011595bfcee78e84bb24923a31157a94..cae4e99079a8af18641d81577bd1cd61bccfae98 100644 (file)
 
 - include: setup-Debian.yml
   when: ansible_os_family == 'Debian'
+
+- name: checkout repo
+  git: repo=git://artifacts.internal.efficios.com/git/org.eclipse.tracecompass.git
+       dest=/home/jenkins/gitcache/org.eclipse.tracecompass.git
+       bare=yes
+  sudo: yes
+  sudo_user: jenkins
This page took 0.027541 seconds and 4 git commands to generate.